diff options
author | Justin Clark-Casey (justincc) | 2011-07-15 22:58:29 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-15 22:58:29 +0100 |
commit | 3e5b2d52ff7e9fd0c968608c4a705740f51b9bc2 (patch) | |
tree | 4a1991dba9d0da4450add8287d94f1bbed2fd066 /OpenSim/Region/CoreModules/Avatar | |
parent | Fix some local id issues in physics glue (diff) | |
download | opensim-SC-3e5b2d52ff7e9fd0c968608c4a705740f51b9bc2.zip opensim-SC-3e5b2d52ff7e9fd0c968608c4a705740f51b9bc2.tar.gz opensim-SC-3e5b2d52ff7e9fd0c968608c4a705740f51b9bc2.tar.bz2 opensim-SC-3e5b2d52ff7e9fd0c968608c4a705740f51b9bc2.tar.xz |
minor: method doc for baked texture uploading
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs index 1955e5b..75dbeb8 100644 --- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs | |||
@@ -180,8 +180,9 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory | |||
180 | } | 180 | } |
181 | 181 | ||
182 | /// <summary> | 182 | /// <summary> |
183 | /// Set appearance data (textureentry and slider settings) received from the client | 183 | /// Set appearance data (texture asset IDs and slider settings) received from the client |
184 | /// </summary> | 184 | /// </summary> |
185 | /// <param name="client"></param> | ||
185 | /// <param name="texture"></param> | 186 | /// <param name="texture"></param> |
186 | /// <param name="visualParam"></param> | 187 | /// <param name="visualParam"></param> |
187 | public void SetAppearance(IClientAPI client, Primitive.TextureEntry textureEntry, byte[] visualParams) | 188 | public void SetAppearance(IClientAPI client, Primitive.TextureEntry textureEntry, byte[] visualParams) |