Update rcore.c
This commit is contained in:
parent
cb2ba3675c
commit
215eb967e8
1 changed files with 1 additions and 1 deletions
|
@ -6996,7 +6996,7 @@ static void ExportAutomationEvents(const char *fileName)
|
||||||
// Save as binary
|
// Save as binary
|
||||||
/*
|
/*
|
||||||
FILE *repFile = fopen(fileName, "wb");
|
FILE *repFile = fopen(fileName, "wb");
|
||||||
fwrite(fileId, 4, 1, repFile);
|
fwrite(fileId, sizeof(unsigned char), 4, repFile);
|
||||||
fwrite(&eventCount, sizeof(int), 1, repFile);
|
fwrite(&eventCount, sizeof(int), 1, repFile);
|
||||||
fwrite(events, sizeof(AutomationEvent), eventCount, repFile);
|
fwrite(events, sizeof(AutomationEvent), eventCount, repFile);
|
||||||
fclose(repFile);
|
fclose(repFile);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue