Possible fix for #2360
This commit is contained in:
parent
296b57e1f5
commit
ead8003044
1 changed files with 2 additions and 0 deletions
|
@ -752,6 +752,8 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue