aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorlbsa712007-12-18 07:57:06 +0000
committerlbsa712007-12-18 07:57:06 +0000
commit03635aa336f6757e38d8c05cdd805d0e68b66efb (patch)
treec002cce8397b131749fabc9c2e8f8026e6119085 /OpenSim
parenttextures that fit in one packet expect the packet number to be 1. You clear t... (diff)
downloadopensim-SC_OLD-03635aa336f6757e38d8c05cdd805d0e68b66efb.zip
opensim-SC_OLD-03635aa336f6757e38d8c05cdd805d0e68b66efb.tar.gz
opensim-SC_OLD-03635aa336f6757e38d8c05cdd805d0e68b66efb.tar.bz2
opensim-SC_OLD-03635aa336f6757e38d8c05cdd805d0e68b66efb.tar.xz
* Renamed AgentWearable to AvatarWearable
* Made Terrain texture temp (it's re-created on every run)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/AvatarWearable.cs (renamed from OpenSim/Framework/AgentWearable.cs)0
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
2 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AgentWearable.cs b/OpenSim/Framework/AvatarWearable.cs
index d0c68de..d0c68de 100644
--- a/OpenSim/Framework/AgentWearable.cs
+++ b/OpenSim/Framework/AvatarWearable.cs
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 81b0919..9ca23d5 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -803,7 +803,7 @@ namespace OpenSim.Region.Environment.Scenes
803 Terrain.SetHeights2D(map); 803 Terrain.SetHeights2D(map);
804 } 804 }
805 805
806 CreateTerrainTexture(false); 806 CreateTerrainTexture(true);
807 //CommsManager.GridService.RegisterRegion(RegionInfo); //hack to update the terrain texture in grid mode so it shows on world map 807 //CommsManager.GridService.RegisterRegion(RegionInfo); //hack to update the terrain texture in grid mode so it shows on world map
808 } 808 }
809 catch (Exception e) 809 catch (Exception e)