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:
authorErwin Coumans <blender@erwincoumans.com>2007-06-23 09:02:31 +0400
committerErwin Coumans <blender@erwincoumans.com>2007-06-23 09:02:31 +0400
commit14ad8c9941ac1e6f5252a843c6ad17653cbbd689 (patch)
treec3f5c08d7040fc4eb37410d42df3626bd6cf4346
parent5c8d1352ead6ce08003f4e264dbe72756a0e8b0d (diff)
preparation to upgrade to Bullet 2.53
-rw-r--r--source/gameengine/Converter/KX_BlenderSceneConverter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/Converter/KX_BlenderSceneConverter.cpp b/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
index 44e62f1601a..3331d3ff0c4 100644
--- a/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
+++ b/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
@@ -229,6 +229,11 @@ struct BlenderDebugDraw : public btIDebugDraw
}
}
+ virtual void reportErrorWarning(const char* warningString)
+ {
+
+ }
+
virtual void drawContactPoint(const btVector3& PointOnB,const btVector3& normalOnB,float distance,int lifeTime,const btVector3& color)
{
//not yet