Browse Source
added log warning for unsupported file extension for music stream (#1176)
* added log warning for unsupported file extension for music stream
* updated error log message for music stream when file format isn't supported
pull/1181/head
Louis Johnson
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
src/raudio.c
|
|
@ -1139,7 +1139,8 @@ Music LoadMusicStream(const char *fileName) |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
else TRACELOG(LOG_WARNING, "STREAM: [%s] Fileformat not supported", fileName); |
|
|
|
|
|
|
|
if (!musicLoaded) |
|
|
|
{ |
|
|
|
if (false) { } |
|
|
|