diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs index fc59c32..86385bf 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |||
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | /* | 1 | /* |
3 | * Copyright (c) Contributors, http://opensimulator.org/ | 2 | * Copyright (c) Contributors, http://opensimulator.org/ |
4 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | 3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. |
@@ -137,6 +136,12 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
137 | disabled, | 136 | disabled, |
138 | building, | 137 | building, |
139 | 138 | ||
139 | VehicleType, | ||
140 | VehicleFloatParam, | ||
141 | VehicleVectorParam, | ||
142 | VehicleRotationParam, | ||
143 | VehicleFlags, | ||
144 | |||
140 | Null //keep this last used do dim the methods array. does nothing but pulsing the prim | 145 | Null //keep this last used do dim the methods array. does nothing but pulsing the prim |
141 | } | 146 | } |
142 | 147 | ||