Removed direct OpenGL calls in the SDL Window module

This commit is contained in:
Alex Szpakowski
2013-01-30 00:27:46 -04:00
parent 8fba362fc5
commit a9211a1389
4 changed files with 19 additions and 28 deletions
@@ -1391,7 +1391,7 @@ extern "C" int luaopen_love_graphics(lua_State *L)
{
instance = new Graphics();
}
catch(Exception &e)
catch (love::Exception &e)
{
return luaL_error(L, e.what());
}