Преглед изворни кода

Fix SetWindowSize() for PLATFORM_WEB

pull/4452/head
asdqwe пре 2 месеци
родитељ
комит
5eddf87c8d
1 измењених фајлова са 0 додато и 3 уклоњено
  1. +0
    -3
      src/platforms/rcore_web.c

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

@ -667,9 +667,6 @@ 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…
Откажи
Сачувај