mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:23:06 +02:00
fix formatting
This commit is contained in:
parent
6c2a94fddb
commit
76264ae704
1 changed files with 2 additions and 3 deletions
|
@ -35,9 +35,8 @@ public:
|
||||||
if (rayResult.m_collisionObject == _me) {
|
if (rayResult.m_collisionObject == _me) {
|
||||||
return 1.0f;
|
return 1.0f;
|
||||||
}
|
}
|
||||||
return ClosestRayResultCallback::addSingleResult(rayResult, normalInWorldSpace
|
return ClosestRayResultCallback::addSingleResult(rayResult, normalInWorldSpace);
|
||||||
);
|
}
|
||||||
}
|
|
||||||
protected:
|
protected:
|
||||||
btRigidBody* _me;
|
btRigidBody* _me;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue