Updated to new API

This commit is contained in:
wincent
2024-02-17 23:07:16 +01:00
parent 88e5f0e8fb
commit 685bd5d45b
5 changed files with 76 additions and 43 deletions

View File

@@ -2175,8 +2175,8 @@ void Entity::ProcessPositionUpdate(PositionUpdate& update) {
update.velocity,
update.angularVelocity,
update.onGround,
update.velocity != NiPoint3::ZERO,
update.angularVelocity != NiPoint3::ZERO
update.velocity != NiPoint3Constant::ZERO,
update.angularVelocity != NiPoint3Constant::ZERO
));
}
}