mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Revert to last commit, as msvc is stuck in the last millenium
This commit is contained in:
+1
-1
@@ -286,7 +286,7 @@ int main(int argc, char ** argv)
|
||||
}
|
||||
|
||||
// Boot
|
||||
if (luaL_loadbuffer(L, love::boot_lua.c_str(), love::boot_lua.size(), "boot.lua") == 0)
|
||||
if (luaL_loadbuffer(L, (const char *)love::boot_lua, sizeof(love::boot_lua), "boot.lua") == 0)
|
||||
lua_call(L, 0, 0);
|
||||
|
||||
lua_close(L);
|
||||
|
||||
Reference in New Issue
Block a user