mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 04:12:56 +00:00
audio: rewrite IAudioOut
This commit is contained in:
@@ -146,11 +146,11 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
tags[released++] = tag;
|
||||
|
||||
if (released >= tags.size()) {
|
||||
break;
|
||||
}
|
||||
|
||||
tags[released++] = tag;
|
||||
}
|
||||
|
||||
return released;
|
||||
|
||||
Reference in New Issue
Block a user