mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-08 20:38:15 +00:00
Some tweaks
This commit is contained in:
@@ -1729,7 +1729,7 @@ static Wave LoadWAV(const char *fileName)
|
||||
WAVData wavData;
|
||||
|
||||
Wave wave = { 0 };
|
||||
FILE *wavFile;
|
||||
FILE *wavFile = NULL;
|
||||
|
||||
wavFile = fopen(fileName, "rb");
|
||||
|
||||
|
Reference in New Issue
Block a user