mirror of
https://github.com/overte-org/overte.git
synced 2025-07-26 08:15:21 +02:00
remove dangling whitespace
This commit is contained in:
parent
553e455a53
commit
534bfa5983
1 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ void AvatarMotionState::getWorldTransform(btTransform& worldTrans) const {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// virtual
|
// virtual
|
||||||
void AvatarMotionState::setWorldTransform(const btTransform& worldTrans) {
|
void AvatarMotionState::setWorldTransform(const btTransform& worldTrans) {
|
||||||
if (!_avatar) {
|
if (!_avatar) {
|
||||||
return;
|
return;
|
||||||
|
@ -154,12 +154,12 @@ QUuid AvatarMotionState::getSimulatorID() const {
|
||||||
return _avatar->getSessionUUID();
|
return _avatar->getSessionUUID();
|
||||||
}
|
}
|
||||||
|
|
||||||
// virtual
|
// virtual
|
||||||
int16_t AvatarMotionState::computeCollisionGroup() {
|
int16_t AvatarMotionState::computeCollisionGroup() {
|
||||||
return COLLISION_GROUP_OTHER_AVATAR;
|
return COLLISION_GROUP_OTHER_AVATAR;
|
||||||
}
|
}
|
||||||
|
|
||||||
// virtual
|
// virtual
|
||||||
void AvatarMotionState::clearObjectBackPointer() {
|
void AvatarMotionState::clearObjectBackPointer() {
|
||||||
ObjectMotionState::clearObjectBackPointer();
|
ObjectMotionState::clearObjectBackPointer();
|
||||||
_avatar = nullptr;
|
_avatar = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue