瀏覽代碼

Removed memset()

pull/2365/head
Ray 3 年之前
父節點
當前提交
7fa75cb24e
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      src/rcore.c

+ 0
- 2
src/rcore.c 查看文件

@ -752,8 +752,6 @@ 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
memset(&CORE, 0, sizeof(CoreData)); // Clean CORE object memory
if ((title != NULL) && (title[0] != 0)) CORE.Window.title = title; if ((title != NULL) && (title[0] != 0)) CORE.Window.title = title;
// Initialize required global values different than 0 // Initialize required global values different than 0

Loading…
取消
儲存