diff options
author | Dan Lake | 2011-10-06 12:22:15 -0700 |
---|---|---|
committer | Dan Lake | 2011-10-06 12:22:15 -0700 |
commit | 08f264d096e1dca535a64e683fa5ab5918368085 (patch) | |
tree | 0e898f21be0cca8a6249f78e534c9ec3a98528e2 /OpenSim/Region/Physics | |
parent | Refactor ScenePresence so gets and sets are through properties. Added private... (diff) | |
parent | Added back UserAccount that creates random UUID for new account. (diff) | |
download | opensim-SC-08f264d096e1dca535a64e683fa5ab5918368085.zip opensim-SC-08f264d096e1dca535a64e683fa5ab5918368085.tar.gz opensim-SC-08f264d096e1dca535a64e683fa5ab5918368085.tar.bz2 opensim-SC-08f264d096e1dca535a64e683fa5ab5918368085.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Conflicts:
OpenSim/Region/Framework/Scenes/ScenePresence.cs
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs index 6e603e8..2da922b 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |||
@@ -2651,8 +2651,6 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name); | |||
2651 | //base.TriggerPhysicsBasedRestart(); | 2651 | //base.TriggerPhysicsBasedRestart(); |
2652 | //} | 2652 | //} |
2653 | 2653 | ||
2654 | int i = 0; | ||
2655 | |||
2656 | // Figure out the Frames Per Second we're going at. | 2654 | // Figure out the Frames Per Second we're going at. |
2657 | //(step_time == 0.004f, there's 250 of those per second. Times the step time/step size | 2655 | //(step_time == 0.004f, there's 250 of those per second. Times the step time/step size |
2658 | 2656 | ||
@@ -2810,7 +2808,6 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name); | |||
2810 | } | 2808 | } |
2811 | 2809 | ||
2812 | step_time -= ODE_STEPSIZE; | 2810 | step_time -= ODE_STEPSIZE; |
2813 | i++; | ||
2814 | //} | 2811 | //} |
2815 | //else | 2812 | //else |
2816 | //{ | 2813 | //{ |