Fix to set correctly position Y.

This commit is contained in:
Edênis Freindorfer Azevedo 2019-03-12 14:37:16 -03:00 committed by Rafael Kitover
parent 944c263e7f
commit 1ebb8efdb6
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ bool wxvbamApp::OnInit()
// create the main window
int x = windowPositionX;
int y = windowPositionX;
int y = windowPositionY;
int width = windowWidth;
int height = windowHeight;
int isFullscreen = fullScreen;