Allow SetWindowSize() on web
This commit is contained in:
parent
716e26aa37
commit
1f0e7cabb2
|
|
@ -1560,7 +1560,7 @@ void SetWindowMinSize(int width, int height)
|
|||
// TODO: Issues on HighDPI scaling
|
||||
void SetWindowSize(int width, int height)
|
||||
{
|
||||
#if defined(PLATFORM_DESKTOP)
|
||||
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
|
||||
glfwSetWindowSize(CORE.Window.handle, width, height);
|
||||
#endif
|
||||
#if defined(PLATFORM_WEB)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user