Revision: 16863
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16863
Author: ben2610
Date: 2008-10-01 10:08:27 +0200 (Wed, 01 Oct 2008)
Log Message:
-----------
Oops, fix compilation error in previous commit.
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
2008-10-01 07:55:02 UTC (rev 16862)
+++ trunk/blender/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
2008-10-01 08:08:27 UTC (rev 16863)
@@ -1094,7 +1094,7 @@
btRigidBody* body = GetRigidBody();
if (body)
{
- btVector3 linvel = body->getVelocityInLocalPoint(rel_pos);
+ btVector3 linvel = body->getVelocityInLocalPoint(pos);
linvX = linvel.x();
linvY = linvel.y();
linvZ = linvel.z();
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs