Fix window size update
This commit is contained in:
parent
5ed7717f0d
commit
540f9409f5
|
|
@ -854,6 +854,7 @@ void SetWindowMaxSize(int width, int height)
|
|||
void SetWindowSize(int width, int height)
|
||||
{
|
||||
glfwSetWindowSize(platform.handle, width, height);
|
||||
WindowSizeCallback(platform.handle, width, height);
|
||||
}
|
||||
|
||||
// Set window opacity, value opacity is between 0.0 and 1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user