Merge pull request #162 from retr0s4ge/master

(Windows Frontend) Fix window size increase on startup
This commit is contained in:
zeromus 2018-07-20 17:17:33 -05:00 committed by GitHub
commit d869e6cb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ void ScaleScreen(float factor, bool user)
else
if (video.layout == 1)
{
w1x = video.rotatedwidthgap() * 2;
w1x = video.rotatedwidthgap() * 2 / screenSizeRatio;
h1x = video.rotatedheightgap() / 2;
}
else