mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-02 16:08:32 +00:00
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:
@@ -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) { }
|
||||||
|
Reference in New Issue
Block a user