mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Unify love.system.getOS and love._os implementations.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace system
|
||||
|
||||
int w_getOS(lua_State *L)
|
||||
{
|
||||
luax_pushstring(L, instance()->getOS());
|
||||
luax_pushstring(L, System::getOS());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user