Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
commit
2cce5a24c9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue