Explorar el Código

Fix SetWindowSize() for PLATFORM_WEB (#4452)

pull/4453/head
Asdqwe hace 2 semanas
cometido por GitHub
padre
commit
b8c0842b2e
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: B5690EEEBB952194
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      src/platforms/rcore_web.c

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

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

Cargando…
Cancelar
Guardar