Fix SetWindowSize() for PLATFORM_WEB (#4452)
This commit is contained in:
parent
3bad05aa7b
commit
b8c0842b2e
1 changed files with 0 additions and 3 deletions
|
@ -667,9 +667,6 @@ void SetWindowMaxSize(int width, int height)
|
||||||
// Set window dimensions
|
// Set window dimensions
|
||||||
void SetWindowSize(int width, int height)
|
void SetWindowSize(int width, int height)
|
||||||
{
|
{
|
||||||
CORE.Window.screen.width = width;
|
|
||||||
CORE.Window.Screen.height = height;
|
|
||||||
|
|
||||||
glfwSetWindowSize(platform.handle, width, height);
|
glfwSetWindowSize(platform.handle, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue