Fix double screen mode fail

This commit is contained in:
jacob1 2016-07-13 00:15:33 -04:00
parent 7251f645e4
commit bc1dd6748c

View File

@ -1028,7 +1028,7 @@ int main(int argc, char * argv[])
tempScale = 1;
SDLOpen();
//if (Client::Ref().IsFirstRun() && desktopWidth > WINDOWW*2+50 && desktopHeight > WINDOWH*2+50)
if (Client::Ref().IsFirstRun() && desktopWidth > WINDOWW*2+50 && desktopHeight > WINDOWH*2+50)
{
tempScale = 2;
Client::Ref().SetPref("Scale", 2);