Fix for #2361
This commit is contained in:
parent
ead8003044
commit
9e6b9748da
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user