MusicPipe: add MusicBuffer reference
This tiny amount of overhead allows omitting the MusicBuffer in Clear().
This commit is contained in:
@@ -73,7 +73,7 @@ MusicPipe::Shift() noexcept
|
||||
}
|
||||
|
||||
void
|
||||
MusicPipe::Clear(MusicBuffer &buffer) noexcept
|
||||
MusicPipe::Clear() noexcept
|
||||
{
|
||||
MusicChunk *chunk;
|
||||
|
||||
|
Reference in New Issue
Block a user