clang: consistent callbacks

This commit is contained in:
Azaezel 2016-10-16 16:53:38 -05:00
parent 3038e53856
commit 5f5466d90d
10 changed files with 18 additions and 18 deletions

View file

@ -4514,7 +4514,7 @@ void Player::onImageAnimThreadUpdate(U32 imageSlot, S32 imageShapeIndex, F32 dt)
}
}
void Player::onUnmount( ShapeBase *obj, S32 node )
void Player::onUnmount( SceneObject *obj, S32 node )
{
// Reset back to root position during dismount.
setActionThread(PlayerData::RootAnim,true,false,false);