diff options
author | Diva Canto | 2010-01-11 17:30:05 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-11 17:30:05 -0800 |
commit | 77e43f480154b0a950d9d5f54df5c225fc64e77a (patch) | |
tree | 48f1806bd8b0d0f50aef89846bcc186d3ad3eb74 /OpenSim/Region/ClientStack | |
parent | This fixes the problem that region modules (new style) weren't being recognized. (diff) | |
download | opensim-SC_OLD-77e43f480154b0a950d9d5f54df5c225fc64e77a.zip opensim-SC_OLD-77e43f480154b0a950d9d5f54df5c225fc64e77a.tar.gz opensim-SC_OLD-77e43f480154b0a950d9d5f54df5c225fc64e77a.tar.bz2 opensim-SC_OLD-77e43f480154b0a950d9d5f54df5c225fc64e77a.tar.xz |
Fixed a couple of bugs with Appearance. Appearance is all good now.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 795b099..b937226 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5474,6 +5474,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5474 | // for the client session anyway, in order to protect ourselves against bad code in plugins | 5474 | // for the client session anyway, in order to protect ourselves against bad code in plugins |
5475 | try | 5475 | try |
5476 | { | 5476 | { |
5477 | |||
5477 | byte[] visualparams = new byte[appear.VisualParam.Length]; | 5478 | byte[] visualparams = new byte[appear.VisualParam.Length]; |
5478 | for (int i = 0; i < appear.VisualParam.Length; i++) | 5479 | for (int i = 0; i < appear.VisualParam.Length; i++) |
5479 | visualparams[i] = appear.VisualParam[i].ParamValue; | 5480 | visualparams[i] = appear.VisualParam[i].ParamValue; |