This commit is contained in:
parent
b55079c261
commit
95168c16b2
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void CPlayerStateDance::think(CPlayerModeBase *_playerMode)
|
|||
_playerMode->slowdown();
|
||||
if(!m_hitGround)
|
||||
{
|
||||
if(_playerMode->getHeightFromGound()==0)
|
||||
if(_playerMode->getHeightFromGound()<=0)
|
||||
{
|
||||
_playerMode->setAnimNo(ANIM_SPONGEBOB_CELEBRATE);
|
||||
m_hitGround=true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue