mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Fix warnings in MSVC 2010.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace physfs
|
||||
{
|
||||
// no error checking needed, everything, even nothing
|
||||
// can be converted to a boolean
|
||||
instance->setRelease(lua_toboolean(L, 1));
|
||||
instance->setRelease(luax_toboolean(L, 1));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user