* Renamed AgentWearable to AvatarWearable
* Made Terrain texture temp (it's re-created on every run)afrisby
parent
1e92cfa475
commit
03635aa336
|
@ -803,7 +803,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
Terrain.SetHeights2D(map);
|
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
|
//CommsManager.GridService.RegisterRegion(RegionInfo); //hack to update the terrain texture in grid mode so it shows on world map
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Reference in New Issue