Finishing the replay button

This commit is contained in:
Zoe Roux
2021-06-17 22:31:21 +02:00
parent a886b50239
commit d424c07744
17 changed files with 59 additions and 64 deletions
@@ -12,7 +12,7 @@ namespace BBM
: WAL::Component(entity),
_modelAnimation(path),
_currentAnimIndex(animIndex),
_animDisabled(play)
_animDisabled(!play)
{
this->_modelAnimation[this->_currentAnimIndex].setFrameCounter(0);
}