mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed duplicated code for a crash workaround in Mac OS 10.5
This commit is contained in:
@@ -127,7 +127,6 @@ int w_File_write(lua_State *L)
|
||||
{
|
||||
return ioError(L, "%s", e.what());
|
||||
}
|
||||
|
||||
}
|
||||
else if (luax_istype(L, 2, DATA_T))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user