mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-05 06:52:36 +02:00
only automatically use scale 2 if there is a little more space than required (just in case)
This commit is contained in:
parent
5433766311
commit
b0ce2ee615
@ -835,7 +835,7 @@ int main(int argc, char * argv[])
|
||||
tempScale = 1;
|
||||
|
||||
SDLOpen();
|
||||
if (Client::Ref().IsFirstRun() && desktopWidth > WINDOWW*2 && desktopHeight > WINDOWH*2)
|
||||
if (Client::Ref().IsFirstRun() && desktopWidth > WINDOWW*2+50 && desktopHeight > WINDOWH*2+50)
|
||||
{
|
||||
tempScale = 2;
|
||||
Client::Ref().SetPref("Scale", 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user