Explorar el Código

note (#1797)

pull/1801/head
Julianiolo hace 3 años
cometido por GitHub
padre
commit
cc4de1d1f9
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Ver fichero

@ -3548,7 +3548,7 @@ static bool InitGraphicsDevice(int width, int height)
CORE.Window.display.width = mode->width;
CORE.Window.display.height = mode->height;
// Screen size security check
// Set screen width/height to the display width/height if they are 0
if (CORE.Window.screen.width == 0) CORE.Window.screen.width = CORE.Window.display.width;
if (CORE.Window.screen.height == 0) CORE.Window.screen.height = CORE.Window.display.height;
#endif // PLATFORM_DESKTOP

Cargando…
Cancelar
Guardar