浏览代码
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
pull/1181/head
Louis Johnson
5 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
2 次插入 和
1 次删除
-
src/raudio.c
|
|
@ -1139,7 +1139,8 @@ Music LoadMusicStream(const char *fileName) |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
else TRACELOG(LOG_WARNING, "STREAM: [%s] Fileformat not supported", fileName); |
|
|
|
|
|
|
|
if (!musicLoaded) |
|
|
|
{ |
|
|
|
if (false) { } |
|
|
|