diff options
| author | Ray <[email protected]> | 2022-02-27 22:32:17 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-02-27 22:32:17 +0100 |
| commit | 7fa75cb24e8fcc5983644276f9feed670e1f79c3 (patch) | |
| tree | 93b62f234c3f42b346e56738d5deba9d1aa43607 /src | |
| parent | ead8003044aab21f8d155b91ec0bce90cd193500 (diff) | |
| download | raylib-7fa75cb24e8fcc5983644276f9feed670e1f79c3.tar.gz raylib-7fa75cb24e8fcc5983644276f9feed670e1f79c3.zip | |
Removed memset()
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rcore.c b/src/rcore.c index 51fb307e..58c8c4ce 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -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 |
