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
path: root/extern
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2006-05-10 06:04:21 +0400
committerErwin Coumans <blender@erwincoumans.com>2006-05-10 06:04:21 +0400
commit1567254b12db7b4c0ab04cd5bf1eec39a9a20a03 (patch)
treea292beac27534a997195329ae4326af125331481 /extern
parent41623cbdb965874111a62c21b105203c6901cf69 (diff)
(experimental) logic timestep to 60hertz instead of 30 hertz.
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp b/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp
index 8721ad008d9..9583839a7ae 100644
--- a/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp
+++ b/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp
@@ -530,7 +530,7 @@ bool CcdPhysicsEnvironment::proceedDeltaTime(double curTime,float timeStep)
{
// define this in blender, the stepsize is 30 hertz, 60 hertz works much better
-#define SPLIT_TIMESTEP 1
+//#define SPLIT_TIMESTEP 1
#ifdef SPLIT_TIMESTEP
proceedDeltaTimeOneStep(0.5f*timeStep);