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
@@ -5,7 +5,7 @@ namespace BBM
{
ScoreComponent::ScoreComponent(WAL::Entity &entity)
: Component(entity),
score(PLAYING)
aliveTime(std::chrono::nanoseconds::zero())
{}
WAL::Component *ScoreComponent::clone(WAL::Entity &entity) const