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
|
|
@ -1139,7 +1139,8 @@ Music LoadMusicStream(const char *fileName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
else TRACELOG(LOG_WARNING, "STREAM: [%s] Fileformat not supported", fileName);
|
||||||
|
|
||||||
if (!musicLoaded)
|
if (!musicLoaded)
|
||||||
{
|
{
|
||||||
if (false) { }
|
if (false) { }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user