소스 검색
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
No known key found for this signature in database
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) { } |
|
|
|