diff options
author | UbitUmarov | 2012-10-28 14:04:39 +0000 |
---|---|---|
committer | UbitUmarov | 2012-10-28 14:04:39 +0000 |
commit | dd0323d89e9da7121ac85f8997c6f860d9977dd1 (patch) | |
tree | 48eeaf3a813a0971c246caf33a53ee1e7a4b3507 /OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |
parent | test limit ode exec time by time not number of loops done (diff) | |
download | opensim-SC_OLD-dd0323d89e9da7121ac85f8997c6f860d9977dd1.zip opensim-SC_OLD-dd0323d89e9da7121ac85f8997c6f860d9977dd1.tar.gz opensim-SC_OLD-dd0323d89e9da7121ac85f8997c6f860d9977dd1.tar.bz2 opensim-SC_OLD-dd0323d89e9da7121ac85f8997c6f860d9977dd1.tar.xz |
minor change
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs index 5e01ff1..0194c21 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |||
@@ -1977,6 +1977,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1977 | m_timeDilation = 1; | 1977 | m_timeDilation = 1; |
1978 | if (step_time > m_SkipFramesAtms) | 1978 | if (step_time > m_SkipFramesAtms) |
1979 | step_time = 0; | 1979 | step_time = 0; |
1980 | m_lastframe = DateTime.UtcNow; // skip also the time lost | ||
1980 | } | 1981 | } |
1981 | } | 1982 | } |
1982 | 1983 | ||