Ver a proveniência

Fix SetWindowSize() for PLATFORM_WEB

pull/4452/head
asdqwe há 2 meses
ascendente
cometimento
5eddf87c8d
1 ficheiros alterados com 0 adições e 3 eliminações
  1. +0
    -3
      src/platforms/rcore_web.c

+ 0
- 3
src/platforms/rcore_web.c Ver ficheiro

@ -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);
}

Carregando…
Cancelar
Guardar