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,6 +1139,7 @@ Music LoadMusicStream(const char *fileName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
else TRACELOG(LOG_WARNING, "STREAM: [%s] Fileformat not supported", fileName);
|
||||||
|
|
||||||
if (!musicLoaded)
|
if (!musicLoaded)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue