diff options
author | Justin Clark-Casey (justincc) | 2012-10-25 00:59:27 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-25 00:59:27 +0100 |
commit | 5d4ac5a90fea758e18c8a9e97b06e799186b5a14 (patch) | |
tree | 99be7b2b3b476cc033495792e39eb12d4ef0d8c2 /OpenSim/Framework/AvatarAppearance.cs | |
parent | Move npc creation tests involving appearance from OSSL_ApiAppearanceTest to O... (diff) | |
download | opensim-SC_OLD-5d4ac5a90fea758e18c8a9e97b06e799186b5a14.zip opensim-SC_OLD-5d4ac5a90fea758e18c8a9e97b06e799186b5a14.tar.gz opensim-SC_OLD-5d4ac5a90fea758e18c8a9e97b06e799186b5a14.tar.bz2 opensim-SC_OLD-5d4ac5a90fea758e18c8a9e97b06e799186b5a14.tar.xz |
Add TestOsNpcLoadAppearance()
Diffstat (limited to 'OpenSim/Framework/AvatarAppearance.cs')
-rw-r--r-- | OpenSim/Framework/AvatarAppearance.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index 4f598b0..95e9667 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs | |||
@@ -330,6 +330,9 @@ namespace OpenSim.Framework | |||
330 | SetVisualParams(visualParams); | 330 | SetVisualParams(visualParams); |
331 | } | 331 | } |
332 | 332 | ||
333 | /// <summary> | ||
334 | /// Set avatar height by a calculation based on their visual parameters. | ||
335 | /// </summary> | ||
333 | public virtual void SetHeight() | 336 | public virtual void SetHeight() |
334 | { | 337 | { |
335 | // Start with shortest possible female avatar height | 338 | // Start with shortest possible female avatar height |