From 7393c577f8a08b6aa8e4f7f7416f1467cb42bbbc Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 28 May 2018 14:02:50 -0400 Subject: [PATCH] fix double scale firstrun check. We shouldn't need this popup anymore though --- src/PowderToySDL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index c91dc8cde..e6c92ca5f 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -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())