diff options
author | Justin Clark-Casey (justincc) | 2011-08-31 17:25:18 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-31 17:25:18 +0100 |
commit | e69f246b861c824149d8b4e7cc4ff7899d5318db (patch) | |
tree | 4f0937e6686c2a87746e173dd724cb524b3340c4 /OpenSim/Region/CoreModules/Avatar | |
parent | get rid of appearance null checks - this is never null (diff) | |
download | opensim-SC-e69f246b861c824149d8b4e7cc4ff7899d5318db.zip opensim-SC-e69f246b861c824149d8b4e7cc4ff7899d5318db.tar.gz opensim-SC-e69f246b861c824149d8b4e7cc4ff7899d5318db.tar.bz2 opensim-SC-e69f246b861c824149d8b4e7cc4ff7899d5318db.tar.xz |
refactor: move multiple class to set avatar height into associated SP.AddToPhysicalScene()
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 2 |
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) |