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
This commit is contained in:
parent
8d0888afef
commit
4f40f8bc47
1 changed files with 2 additions and 1 deletions
|
@ -1139,7 +1139,8 @@ Music LoadMusicStream(const char *fileName)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
else TRACELOG(LOG_WARNING, "STREAM: [%s] Fileformat not supported", fileName);
|
||||
|
||||
if (!musicLoaded)
|
||||
{
|
||||
if (false) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue