This commit is contained in:
TheDarkBug 2022-02-27 14:27:45 +01:00
parent ead8003044
commit 9e6b9748da

View File

@ -752,7 +752,9 @@ void InitWindow(int width, int height, const char *title)
TRACELOG(LOG_INFO, " > raudio:.... not loaded (optional)"); TRACELOG(LOG_INFO, " > raudio:.... not loaded (optional)");
#endif #endif
#if !defined(PLATFORM_ANDROID)
memset(&CORE, 0, sizeof(CoreData)); // Clean CORE object memory memset(&CORE, 0, sizeof(CoreData)); // Clean CORE object memory
#endif
if ((title != NULL) && (title[0] != 0)) CORE.Window.title = title; if ((title != NULL) && (title[0] != 0)) CORE.Window.title = title;