* Renamed AgentWearable to AvatarWearable

* Made Terrain texture temp (it's re-created on every run)
afrisby
lbsa71 2007-12-18 07:57:06 +00:00
parent 1e92cfa475
commit 03635aa336
2 changed files with 1 additions and 1 deletions

View File

@ -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)