mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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) {
|
||||
return 1.0f;
|
||||
}
|
||||
return ClosestRayResultCallback::addSingleResult(rayResult, normalInWorldSpace
|
||||
);
|
||||
}
|
||||
return ClosestRayResultCallback::addSingleResult(rayResult, normalInWorldSpace);
|
||||
}
|
||||
protected:
|
||||
btRigidBody* _me;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue