Skip to content

Commit

Permalink
Fix double screen mode fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jul 13, 2016
1 parent 7251f64 commit bc1dd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowderToySDL.cpp
Expand Up @@ -1028,7 +1028,7 @@ int main(int argc, char * argv[])
tempScale = 1;

SDLOpen();
//if (Client::Ref().IsFirstRun() && desktopWidth > WINDOWW*2+50 && desktopHeight > WINDOWH*2+50)
if (Client::Ref().IsFirstRun() && desktopWidth > WINDOWW*2+50 && desktopHeight > WINDOWH*2+50)
{
tempScale = 2;
Client::Ref().SetPref("Scale", 2);
Expand Down

0 comments on commit bc1dd67

Please sign in to comment.