added log warning for unsupported file extension for music stream

This commit is contained in:
louisgjohnson 2020-04-05 11:35:43 +10:00
parent 9c280bc7af
commit 33ecce864c

View File

@ -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)
{