diff --git a/platforms/windows/SoundSystem_windows.cpp b/platforms/windows/SoundSystem_windows.cpp index 809dabf..cea2684 100644 --- a/platforms/windows/SoundSystem_windows.cpp +++ b/platforms/windows/SoundSystem_windows.cpp @@ -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++) {