Skip to content
Snippets Groups Projects
Commit a87f28d0 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4060 51575b47-30f0-44d4-a5cc-537603b46e54
parent 27156e30
No related branches found
No related tags found
No related merge requests found
......@@ -318,8 +318,6 @@ static bool _CheckGL_Error(const char* GLcall, const char* file, const int line)
#endif
static int map_objects_toscreen(lua_State *L)
{
if (!fbo_active) return 0;
int x = luaL_checknumber(L, 1);
int y = luaL_checknumber(L, 2);
int w = luaL_checknumber(L, 3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment