fix double scale firstrun check. We shouldn't need this popup anymore though
This commit is contained in:
parent
3ce906b25d
commit
7393c577f8
@ -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())
|
||||
|
Reference in New Issue
Block a user