Arche Washi пре 2 месеци
родитељ
комит
04731e1802
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      src/platforms/rcore_web.c

+ 3
- 0
src/platforms/rcore_web.c Прегледај датотеку

@ -667,6 +667,9 @@ 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);
}

Loading…
Откажи
Сачувај