fix double scale firstrun check. We shouldn't need this popup anymore though

This commit is contained in:
jacob1 2018-05-28 14:02:50 -04:00
parent 3ce906b25d
commit 7393c577f8

View File

@ -608,6 +608,7 @@ int main(int argc, char * argv[])
{
scale = 2;
Client::Ref().SetPref("Scale", 2);
SDL_SetWindowSize(sdl_window, WINDOWW * 2, WINDOWH * 2);
showDoubleScreenDialog = true;
}
if (!Client::Ref().IsFirstRun())