Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

This commit is contained in:
ubit
2012-10-28 15:05:39 +01:00

View File

@@ -1977,6 +1977,7 @@ namespace OpenSim.Region.Physics.OdePlugin
m_timeDilation = 1;
if (step_time > m_SkipFramesAtms)
step_time = 0;
m_lastframe = DateTime.UtcNow; // skip also the time lost
}
}