|
@@ -667,9 +667,6 @@ void SetWindowMaxSize(int width, int height)
|
|
|
// Set window dimensions
|
|
|
void SetWindowSize(int width, int height)
|
|
|
{
|
|
|
- CORE.Window.screen.width = width;
|
|
|
- CORE.Window.Screen.height = height;
|
|
|
-
|
|
|
glfwSetWindowSize(platform.handle, width, height);
|
|
|
}
|
|
|
|