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/Framework/IClientAPI.cs | |
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/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 60b49ab..277eb88 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -245,6 +245,7 @@ namespace OpenSim.Framework | |||
245 | public float Duration; | 245 | public float Duration; |
246 | public LLUUID ID; | 246 | public LLUUID ID; |
247 | public byte Type; | 247 | public byte Type; |
248 | public byte[] TypeData; | ||
248 | } | 249 | } |
249 | 250 | ||
250 | public class LandUpdateArgs : EventArgs | 251 | public class LandUpdateArgs : EventArgs |