mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Use the user desktop resolution even with JS
This commit is contained in:
parent
2e3648cb60
commit
a7704f9fa0
@ -663,7 +663,7 @@ parseArgs (int argc, char * argv[], bool & exit)
|
|||||||
g_settingsOverload |= SETTING_ZOOM;
|
g_settingsOverload |= SETTING_ZOOM;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (args["legacy"])
|
if (args["legacy"])
|
||||||
{
|
{
|
||||||
Display::getDisplay ().setDisplaySize (LXLOGIC (), LYLOGIC ());
|
Display::getDisplay ().setDisplaySize (LXLOGIC (), LYLOGIC ());
|
||||||
g_settingsOverload |= SETTING_LEGACY;
|
g_settingsOverload |= SETTING_LEGACY;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user