Fix to set correctly position Y.
This commit is contained in:
parent
944c263e7f
commit
1ebb8efdb6
|
@ -399,7 +399,7 @@ bool wxvbamApp::OnInit()
|
||||||
|
|
||||||
// create the main window
|
// create the main window
|
||||||
int x = windowPositionX;
|
int x = windowPositionX;
|
||||||
int y = windowPositionX;
|
int y = windowPositionY;
|
||||||
int width = windowWidth;
|
int width = windowWidth;
|
||||||
int height = windowHeight;
|
int height = windowHeight;
|
||||||
int isFullscreen = fullScreen;
|
int isFullscreen = fullScreen;
|
||||||
|
|
Loading…
Reference in New Issue