Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h')
-rw-r--r--extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h b/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h
index 5dbffde4244..92dac112a36 100644
--- a/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h
+++ b/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h
@@ -27,8 +27,8 @@ public:
BroadphaseProxy* m_hitProxy;
//output
- SimdVector3 m_hitNormalWorld;
-
+ SimdVector3 m_hitNormalLocal;
+ bool m_hitFound;
RaycastCallback(const SimdVector3& from,const SimdVector3& to);