Преглед изворни кода

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
родитељ
комит
4f40f8bc47
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      src/raudio.c

+ 2
- 1
src/raudio.c Прегледај датотеку

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

Loading…
Откажи
Сачувај