diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs index f82b597..fe418d3 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs | |||
@@ -357,7 +357,7 @@ namespace OpenSim.Region.Physics.Manager | |||
357 | return null; | 357 | return null; |
358 | } | 358 | } |
359 | 359 | ||
360 | public virtual bool SuportsRaycastWorldFiltered() | 360 | public virtual bool SupportsRaycastWorldFiltered() |
361 | { | 361 | { |
362 | return false; | 362 | return false; |
363 | } | 363 | } |