diff options
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) |