Explorar el Código

Unset CORE.Window.ready on CloseWindow (#1749)

Window shouldn't be considered ready when CloseWindow has been called.
pull/1754/head
Astie Teddy hace 4 años
cometido por GitHub
padre
commit
c82d9cb89a
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 0 borrados
  1. +1
    -0
      src/core.c

+ 1
- 0
src/core.c Ver fichero

@ -919,6 +919,7 @@ void CloseWindow(void)
if (CORE.Input.Gamepad.threadId) pthread_join(CORE.Input.Gamepad.threadId, NULL);
#endif
CORE.Window.ready = false;
TRACELOG(LOG_INFO, "Window closed successfully");
}

Cargando…
Cancelar
Guardar