Explorar el Código

Removed memset()

pull/2365/head
Ray hace 3 años
padre
commit
7fa75cb24e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/rcore.c

+ 0
- 2
src/rcore.c Ver fichero

@ -752,8 +752,6 @@ void InitWindow(int width, int height, const char *title)
TRACELOG(LOG_INFO, " > raudio:.... not loaded (optional)");
#endif
memset(&CORE, 0, sizeof(CoreData)); // Clean CORE object memory
if ((title != NULL) && (title[0] != 0)) CORE.Window.title = title;
// Initialize required global values different than 0

Cargando…
Cancelar
Guardar