Sound for jump + fix sound component function name

This commit is contained in:
Askou
2021-06-07 15:31:57 +02:00
parent 9218ebe4dc
commit 7d7ede07e9
6 changed files with 41 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ namespace BBM
void onFixedUpdate(WAL::Entity &entity) override;
//! @brief ctor
SoundManagerSystem(WAL::Wal &wal, RAY::Window &window);
SoundManagerSystem();
//! @brief Default copy ctor
SoundManagerSystem(const SoundManagerSystem &) = default;
//! @brief Default dtor