added log warning for unsupported file extension for music stream
This commit is contained in:
parent
9c280bc7af
commit
33ecce864c
|
|
@ -1139,6 +1139,7 @@ Music LoadMusicStream(const char *fileName)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
else TraceLog(LOG_WARNING, "[%s] Audio fileformat not supported, it can't be loaded", fileName);
|
||||
|
||||
if (!musicLoaded)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user