mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
Update rcore.c
This commit is contained in:
@@ -6996,7 +6996,7 @@ static void ExportAutomationEvents(const char *fileName)
|
||||
// Save as binary
|
||||
/*
|
||||
FILE *repFile = fopen(fileName, "wb");
|
||||
fwrite(fileId, 4, 1, repFile);
|
||||
fwrite(fileId, sizeof(unsigned char), 4, repFile);
|
||||
fwrite(&eventCount, sizeof(int), 1, repFile);
|
||||
fwrite(events, sizeof(AutomationEvent), eventCount, repFile);
|
||||
fclose(repFile);
|
||||
|
Reference in New Issue
Block a user