mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Merge remote-tracking branch 'upstream/master' into moses.metricsPhase2
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
This commit is contained in:
@@ -1679,6 +1679,15 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// Apply taints in terrain module to terrain in physics scene
|
||||
if (Frame % m_update_terrain == 0)
|
||||
{
|
||||
// At several points inside the code there was a need to
|
||||
// create a more precise measurement of time elapsed.
|
||||
// This led to the addition of variables that have a
|
||||
// similar function and thus remain tightly connected to
|
||||
// their original counterparts. However, the original
|
||||
// code is not receiving comments from our group because
|
||||
// we don't feel right modifying the code to that degree
|
||||
// at this point in time, the precise values all begin
|
||||
// with the keyword precise
|
||||
tmpMS = Util.EnvironmentTickCount();
|
||||
simFrameStopwatch.Start();
|
||||
UpdateTerrain();
|
||||
|
||||
Reference in New Issue
Block a user