mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
worldmap now gets correctly updated when terrain changes
This commit is contained in:
@@ -247,6 +247,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
if (Terrain.Tainted())
|
||||
{
|
||||
CreateTerrainTexture();
|
||||
|
||||
lock (Terrain.heightmap)
|
||||
{
|
||||
lock (m_syncRoot)
|
||||
|
||||
Reference in New Issue
Block a user