mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Fix typo in assert in OpenAL implementation detail (#2106)
That one missing patch oops.
This commit is contained in:
@@ -176,7 +176,7 @@ namespace Ryujinx.Audio.Backends.OpenAL
|
||||
}
|
||||
}
|
||||
|
||||
Debug.Assert(i < bufferIds.Length, "Unknown buffer id");
|
||||
Debug.Assert(i == bufferIds.Length, "Unknown buffer ids found!");
|
||||
|
||||
AL.DeleteBuffers(bufferIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user