* Finish level saving.

This commit is contained in:
iProgramInCpp
2023-08-02 13:15:25 +03:00
parent 16e2b79165
commit 450cb190b6
22 changed files with 1005 additions and 29 deletions

View File

@@ -92,6 +92,7 @@ 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++)