Merge branch 'master' into master

This commit is contained in:
iProgramInCpp
2023-08-02 14:05:02 +03:00
committed by GitHub
29 changed files with 1810 additions and 32 deletions

View File

@@ -143,7 +143,7 @@ void SoundSystemWindows::playAt(const SoundDesc& sound, float x, float y, float
{
return;
}
//Release sounds that finished playing
for (size_t i = 0; i < m_buffers.size(); i++)
{