mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed love.errhand.
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user