mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
Fix SetWindowSize() for PLATFORM_WEB (#4452)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user