diff options
Sculpted Prims should now work.
Diffstat (limited to 'OpenSim/Framework/General/NullClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/General/NullClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs index 44bc588..a5539ef 100644 --- a/OpenSim/Framework/General/NullClientAPI.cs +++ b/OpenSim/Framework/General/NullClientAPI.cs | |||
@@ -35,6 +35,7 @@ namespace OpenSim.Framework | |||
35 | public event MoveObject OnGrapUpdate; | 35 | public event MoveObject OnGrapUpdate; |
36 | 36 | ||
37 | public event UpdateShape OnUpdatePrimShape; | 37 | public event UpdateShape OnUpdatePrimShape; |
38 | public event ObjectExtraParams OnUpdateExtraParams; | ||
38 | public event ObjectSelect OnObjectSelect; | 39 | public event ObjectSelect OnObjectSelect; |
39 | public event GenericCall7 OnObjectDescription; | 40 | public event GenericCall7 OnObjectDescription; |
40 | public event GenericCall7 OnObjectName; | 41 | public event GenericCall7 OnObjectName; |