audio: rewrite IAudioOut

This commit is contained in:
Liam
2024-02-19 23:13:19 -05:00
parent 2a2c92f181
commit a05bd3c47e
7 changed files with 236 additions and 216 deletions

View File

@ -146,11 +146,11 @@ public:
break;
}
tags[released++] = tag;
if (released >= tags.size()) {
break;
}
tags[released++] = tag;
}
return released;