diff options
author | Adam Frisby | 2008-05-08 14:09:12 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-08 14:09:12 +0000 |
commit | afd08c747736e18a9f8322c19103ceb703e10873 (patch) | |
tree | d761bf8e46525e275b8b036196f7033280ff7b14 /OpenSim/Region/ClientStack | |
parent | * Attempted Fix for 1191 - Crash on ViewerEffectHandler. We are missing typed... (diff) | |
download | opensim-SC_OLD-afd08c747736e18a9f8322c19103ceb703e10873.zip opensim-SC_OLD-afd08c747736e18a9f8322c19103ceb703e10873.tar.gz opensim-SC_OLD-afd08c747736e18a9f8322c19103ceb703e10873.tar.bz2 opensim-SC_OLD-afd08c747736e18a9f8322c19103ceb703e10873.tar.xz |
* Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.
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 aa27fdd..51c7184 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -2930,6 +2930,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2930 | argument.Duration = viewer.Effect[i].Duration; | 2930 | argument.Duration = viewer.Effect[i].Duration; |
2931 | argument.ID = viewer.Effect[i].ID; | 2931 | argument.ID = viewer.Effect[i].ID; |
2932 | argument.Type = viewer.Effect[i].Type; | 2932 | argument.Type = viewer.Effect[i].Type; |
2933 | argument.TypeData = viewer.Effect[i].TypeData; | ||
2933 | args.Add(argument); | 2934 | args.Add(argument); |
2934 | } | 2935 | } |
2935 | 2936 | ||