mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Improved the error message when nil is passed as the first argument to love.image.newImageData (resolves issue #1205).
This commit is contained in:
@@ -39,6 +39,7 @@ namespace filesystem
|
||||
* May trigger a Lua error.
|
||||
**/
|
||||
FileData *luax_getfiledata(lua_State *L, int idx);
|
||||
bool luax_cangetfiledata(lua_State *L, int idx);
|
||||
File *luax_getfile(lua_State *L, int idx);
|
||||
|
||||
bool hack_setupWriteDirectory();
|
||||
|
||||
Reference in New Issue
Block a user