score system update scores

This commit is contained in:
arthur.jamet
2021-06-15 10:30:58 +02:00
parent 86e4bf684c
commit 377a07cd37
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace BBM
{
public:
//! @inherit
void onFixedUpdate(WAL::ViewEntity<ScoreComponent, HealthComponent> &entity) override;
void onUpdate(WAL::ViewEntity<ScoreComponent, HealthComponent> &entity, std::chrono::nanoseconds dtime) override;
//! @brief ctor
ScoreSystem(WAL::Wal &wal);