diff options
author | Teravus Ovares | 2009-04-09 22:00:15 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-04-09 22:00:15 +0000 |
commit | b05a1aa4b7139cf2a515acf49e685a3e70683880 (patch) | |
tree | 1a9f9c1b5072dc23a28deefa8eb2df6b97d9de90 /OpenSim | |
parent | * Changes the timstep of the bullet world (diff) | |
download | opensim-SC_OLD-b05a1aa4b7139cf2a515acf49e685a3e70683880.zip opensim-SC_OLD-b05a1aa4b7139cf2a515acf49e685a3e70683880.tar.gz opensim-SC_OLD-b05a1aa4b7139cf2a515acf49e685a3e70683880.tar.bz2 opensim-SC_OLD-b05a1aa4b7139cf2a515acf49e685a3e70683880.tar.xz |
* Whoops, never saved the BulletDotNETScene.. Last commit continued.....
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs index 5c2db53..c4f659c 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETScene.cs | |||
@@ -274,7 +274,7 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
274 | prim.Move(timeStep); | 274 | prim.Move(timeStep); |
275 | } | 275 | } |
276 | } | 276 | } |
277 | float steps = m_world.stepSimulation(timeStep * 10, 10, WorldTimeComp); | 277 | float steps = m_world.stepSimulation(timeStep * 1000, 10, WorldTimeComp); |
278 | 278 | ||
279 | foreach (BulletDotNETCharacter chr in m_characters) | 279 | foreach (BulletDotNETCharacter chr in m_characters) |
280 | { | 280 | { |