mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Update InputSoundFile.cpp (#3177)
This commit is contained in:
parent
a256c5cdcd
commit
d6acbf7efb
@ -258,7 +258,6 @@ std::uint64_t InputSoundFile::read(std::int16_t* samples, std::uint64_t maxCount
|
|||||||
void InputSoundFile::close()
|
void InputSoundFile::close()
|
||||||
{
|
{
|
||||||
*this = {};
|
*this = {};
|
||||||
m_channelMap.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user