Remove constant window dimensions
This commit is contained in:
parent
98e1097364
commit
d20041b8ae
|
|
@ -157,7 +157,7 @@ namespace raylibUWP
|
|||
|
||||
uwpWindow = (EGLNativeWindowType)window;
|
||||
|
||||
InitWindow(800, 450, NULL);
|
||||
InitWindow(width, height, NULL);
|
||||
}
|
||||
|
||||
virtual void Load(Platform::String^ entryPoint) {}
|
||||
|
|
@ -357,6 +357,9 @@ namespace raylibUWP
|
|||
|
||||
bool mWindowClosed = false;
|
||||
bool mWindowVisible = true;
|
||||
|
||||
int width = 800;
|
||||
int height = 450;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user