[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54763] trunk/blender/source/gameengine/ Physics/Bullet/CcdPhysicsController.cpp: fixing typo in include ( report and patch by Jochen Schmitt)

Dalai Felinto dfelinto at gmail.com
Fri Feb 22 18:45:04 CET 2013


Revision: 54763
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54763
Author:   dfelinto
Date:     2013-02-22 17:45:04 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
fixing typo in include (report and patch by Jochen Schmitt)

Modified Paths:
--------------
    trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp

Modified: trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
===================================================================
--- trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp	2013-02-22 17:35:53 UTC (rev 54762)
+++ trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp	2013-02-22 17:45:04 UTC (rev 54763)
@@ -32,7 +32,7 @@
 #include "KX_GameObject.h"
 
 #include "BulletSoftBody/btSoftBody.h"
-#include "BulletSoftBody//btSoftBodyInternals.h"
+#include "BulletSoftBody/btSoftBodyInternals.h"
 #include "BulletSoftBody/btSoftBodyHelpers.h"
 #include "LinearMath/btConvexHull.h"
 #include "BulletCollision/Gimpact/btGImpactShape.h"




More information about the Bf-blender-cvs mailing list