mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 16:43:29 +00:00
Finishing the replay button
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BBM
|
||||
: WAL::Component(entity),
|
||||
_modelAnimation(path),
|
||||
_currentAnimIndex(animIndex),
|
||||
_animDisabled(play)
|
||||
_animDisabled(!play)
|
||||
{
|
||||
this->_modelAnimation[this->_currentAnimIndex].setFrameCounter(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user