Add even for terrain tainting and synchronize terrain module with physics scene before physics simulation step rather than after

This commit is contained in:
Dan Lake
2012-05-10 14:42:46 -07:00
parent 3bc5620d74
commit f374b63ac8
3 changed files with 34 additions and 7 deletions

View File

@@ -722,6 +722,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
}
if (shouldTaint)
{
m_scene.EventManager.TriggerTerrainTainted();
m_tainted = true;
}
}