add map for SoundSystem and fix error in MusicComponent

This commit is contained in:
TrueBabyChaise
2021-06-08 10:45:36 +02:00
parent 57fd7fbbfa
commit 8c380e05b1
6 changed files with 37 additions and 45 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace BBM
void setPitch(float &);
//! @brief is Sound playing
bool isPlaying(void);
bool isPlaying();
//! @inherit
WAL::Component *clone(WAL::Entity &entity) const override;