Added comments

This commit is contained in:
veins1 2024-05-07 22:19:09 +05:00 committed by GitHub
parent 59bf2beb3f
commit a5633cf284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1416,7 +1416,7 @@ Music LoadMusicStream(const char *fileName)
music.looping = true; // Looping enabled by default music.looping = true; // Looping enabled by default
musicLoaded = true; musicLoaded = true;
} }
else{} else{} //No uninit required
} }
#endif #endif
#if defined(SUPPORT_FILEFORMAT_FLAC) #if defined(SUPPORT_FILEFORMAT_FLAC)
@ -1612,7 +1612,7 @@ Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data,
music.looping = true; // Looping enabled by default music.looping = true; // Looping enabled by default
musicLoaded = true; musicLoaded = true;
} }
else{} else{} //No uninit required
} }
#endif #endif
#if defined(SUPPORT_FILEFORMAT_FLAC) #if defined(SUPPORT_FILEFORMAT_FLAC)