* Unblock sound playback

This commit is contained in:
iProgramInCpp
2023-08-02 14:03:57 +03:00
parent d363d8d298
commit b485071d00

View File

@@ -92,8 +92,6 @@ void SoundSystemWindows::stop(const std::string& sound)
void SoundSystemWindows::playAt(const SoundDesc& sound, float x, float y, float z, float volume, float pitch)
{
return;
//Release sounds that finished playing
for (size_t i = 0; i < m_buffers.size(); i++)
{