mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Cosmetic code improvements
--HG-- branch : image-CompressedData
This commit is contained in:
@@ -118,7 +118,7 @@ int w_isCompressed(lua_State *L)
|
||||
{
|
||||
return luaL_error(L, "%s", e.what());
|
||||
}
|
||||
luax_pushboolean(L, compressed);
|
||||
luax_pushboolean(L, compressed);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user