Fixed love.errhand.

This commit is contained in:
Alex Szpakowski
2015-07-30 20:33:38 -03:00
parent 8bf8c0cd18
commit 6bce7c7cd0
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -506,6 +506,7 @@ static const luaL_Reg functions[] =
{ "setFullscreen", w_setFullscreen },
{ "getFullscreen", w_getFullscreen },
{ "isOpen", w_isOpen },
{ "isCreated", w_isOpen }, // For compatibility with old error handlers...
{ "close", w_close },
{ "getDesktopDimensions", w_getDesktopDimensions },
{ "setPosition", w_setPosition },