mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-16 05:14:01 +02:00
fix double scale firstrun check. We shouldn't need this popup anymore though
This commit is contained in:
@@ -608,6 +608,7 @@ int main(int argc, char * argv[])
|
|||||||
{
|
{
|
||||||
scale = 2;
|
scale = 2;
|
||||||
Client::Ref().SetPref("Scale", 2);
|
Client::Ref().SetPref("Scale", 2);
|
||||||
|
SDL_SetWindowSize(sdl_window, WINDOWW * 2, WINDOWH * 2);
|
||||||
showDoubleScreenDialog = true;
|
showDoubleScreenDialog = true;
|
||||||
}
|
}
|
||||||
if (!Client::Ref().IsFirstRun())
|
if (!Client::Ref().IsFirstRun())
|
||||||
|
Reference in New Issue
Block a user