Upgrade Audio (part 2)

This commit is contained in:
Jérôme Leclercq
2021-05-24 22:09:47 +02:00
parent ac57b3fbf4
commit 8cdd0b51cb
15 changed files with 158 additions and 104 deletions

View File

@@ -125,7 +125,7 @@ namespace Nz
*/
bool Sound::IsPlaying() const
{
return GetStatus() == SoundStatus_Playing;
return GetStatus() == SoundStatus::Playing;
}
/*!