diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 5dea634..0743ce7 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1517,6 +1517,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1517 | 1517 | ||
1518 | try | 1518 | try |
1519 | { | 1519 | { |
1520 | EventManager.TriggerRegionHeartbeatStart(this); | ||
1521 | |||
1520 | // Apply taints in terrain module to terrain in physics scene | 1522 | // Apply taints in terrain module to terrain in physics scene |
1521 | if (Frame % m_update_terrain == 0) | 1523 | if (Frame % m_update_terrain == 0) |
1522 | { | 1524 | { |