[Bf-blender-cvs] [55b2d46] fracture_modifier: compile fix for windows and mac

Martin Felke noreply at git.blender.org
Tue Feb 2 15:47:21 CET 2016


Commit: 55b2d46f15a55df2b2674c82400022ccbc9132ff
Author: Martin Felke
Date:   Tue Feb 2 15:47:06 2016 +0100
Branches: fracture_modifier
https://developer.blender.org/rB55b2d46f15a55df2b2674c82400022ccbc9132ff

compile fix for windows and mac

===================================================================

M	intern/rigidbody/rb_bullet_api.cpp

===================================================================

diff --git a/intern/rigidbody/rb_bullet_api.cpp b/intern/rigidbody/rb_bullet_api.cpp
index 00252b8..a7629bb 100644
--- a/intern/rigidbody/rb_bullet_api.cpp
+++ b/intern/rigidbody/rb_bullet_api.cpp
@@ -77,7 +77,7 @@ subject to the following restrictions:
 #include "BulletDynamics/Dynamics/btFractureBody.h"
 #include "BulletDynamics/Dynamics/btFractureDynamicsWorld.h"
 
-#include "../glew-mx/glew-mx.h"
+#include "../../extern/glew/include/GL/glew.h"
 
 
 struct	ViewportDebugDraw : public btIDebugDraw




More information about the Bf-blender-cvs mailing list