aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-31 17:25:18 +0100
committerJustin Clark-Casey (justincc)2011-08-31 17:25:18 +0100
commite69f246b861c824149d8b4e7cc4ff7899d5318db (patch)
tree4f0937e6686c2a87746e173dd724cb524b3340c4 /OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
parentget rid of appearance null checks - this is never null (diff)
downloadopensim-SC_OLD-e69f246b861c824149d8b4e7cc4ff7899d5318db.zip
opensim-SC_OLD-e69f246b861c824149d8b4e7cc4ff7899d5318db.tar.gz
opensim-SC_OLD-e69f246b861c824149d8b4e7cc4ff7899d5318db.tar.bz2
opensim-SC_OLD-e69f246b861c824149d8b4e7cc4ff7899d5318db.tar.xz
refactor: move multiple class to set avatar height into associated SP.AddToPhysicalScene()
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
index f34b6d2..b6a1564 100644
--- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
@@ -214,7 +214,7 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
214 changed = sp.Appearance.SetVisualParams(visualParams); 214 changed = sp.Appearance.SetVisualParams(visualParams);
215 if (sp.Appearance.AvatarHeight > 0) 215 if (sp.Appearance.AvatarHeight > 0)
216 sp.SetHeight(sp.Appearance.AvatarHeight); 216 sp.SetHeight(sp.Appearance.AvatarHeight);
217 } 217 }
218 218
219 // Process the baked texture array 219 // Process the baked texture array
220 if (textureEntry != null) 220 if (textureEntry != null)