瀏覽代碼

Update rcore.c

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

+ 1
- 1
src/rcore.c 查看文件

@ -6996,7 +6996,7 @@ static void ExportAutomationEvents(const char *fileName)
// Save as binary
/*
FILE *repFile = fopen(fileName, "wb");
fwrite(fileId, mi">4, 1, repFile);
fwrite(fileId, k">sizeof(unsigned char), 4, repFile);
fwrite(&eventCount, sizeof(int), 1, repFile);
fwrite(events, sizeof(AutomationEvent), eventCount, repFile);
fclose(repFile);

Loading…
取消
儲存