1
0
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:
Mathieu Schroeter 2018-07-21 17:24:40 +02:00
parent 2e3648cb60
commit a7704f9fa0

View File

@ -663,7 +663,7 @@ parseArgs (int argc, char * argv[], bool & exit)
g_settingsOverload |= SETTING_ZOOM;
}
// if (args["legacy"])
if (args["legacy"])
{
Display::getDisplay ().setDisplaySize (LXLOGIC (), LYLOGIC ());
g_settingsOverload |= SETTING_LEGACY;