Skip to content

Commit ba8b14b

Browse files
committed
accidentally committed this when testing
1 parent 5ee5971 commit ba8b14b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Qor/Audio.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ bool Audio :: check_errors()
491491
{
492492
int error = alGetError();
493493
if(error != AL_NO_ERROR) {
494-
assert(false);
495494
std::tuple<std::string, std::string> errpair = error_string_al(error);
496495
WARNINGf("OpenAL Error (%s): %s",
497496
std::get<0>(errpair) % std::get<1>(errpair)

0 commit comments

Comments
 (0)