mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Renamed AgentWearable to AvatarWearable
* Made Terrain texture temp (it's re-created on every run)
This commit is contained in:
@@ -803,7 +803,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
Terrain.SetHeights2D(map);
|
||||
}
|
||||
|
||||
CreateTerrainTexture(false);
|
||||
CreateTerrainTexture(true);
|
||||
//CommsManager.GridService.RegisterRegion(RegionInfo); //hack to update the terrain texture in grid mode so it shows on world map
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user