diff options
author | Justin Clark-Casey (justincc) | 2011-07-11 03:13:59 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-11 03:13:59 +0100 |
commit | 2f3d0e209ff5c3028e3e29179b67504be9b2f887 (patch) | |
tree | 4b7cdf49546018fc078bf3889022e0859c24418b /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | comment out accidential ProcessTaints physics debug line left in code (diff) | |
download | opensim-SC_OLD-2f3d0e209ff5c3028e3e29179b67504be9b2f887.zip opensim-SC_OLD-2f3d0e209ff5c3028e3e29179b67504be9b2f887.tar.gz opensim-SC_OLD-2f3d0e209ff5c3028e3e29179b67504be9b2f887.tar.bz2 opensim-SC_OLD-2f3d0e209ff5c3028e3e29179b67504be9b2f887.tar.xz |
When a sculpt/mesh texture is received by a part on a callback request, don't do the unnecessary work of copying the base shape.
Just setting the new base shape is enough to reinsert the sculpt data and set the taint.
Also cleans up a few more left-in debugging messages.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index ec6044b..8195a0d 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1726,6 +1726,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1726 | /// <summary> | 1726 | /// <summary> |
1727 | /// Loads the World's objects | 1727 | /// Loads the World's objects |
1728 | /// </summary> | 1728 | /// </summary> |
1729 | /// <param name="regionID"></param> | ||
1729 | public virtual void LoadPrimsFromStorage(UUID regionID) | 1730 | public virtual void LoadPrimsFromStorage(UUID regionID) |
1730 | { | 1731 | { |
1731 | LoadingPrims = true; | 1732 | LoadingPrims = true; |