diff options
author | Melanie | 2013-01-24 23:25:38 +0000 |
---|---|---|
committer | Melanie | 2013-01-24 23:25:38 +0000 |
commit | c6e6614a447b541d9d985c2a3dd3bb50a89f9b07 (patch) | |
tree | 023ae4d98fdfb20e8d1cd9c6ce4988e4f2dec842 /OpenSim/Region/Physics/Manager/PhysicsScene.cs | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Make llGiveMoney async again. The return value is now the constant 1 to make (diff) | |
download | opensim-SC-c6e6614a447b541d9d985c2a3dd3bb50a89f9b07.zip opensim-SC-c6e6614a447b541d9d985c2a3dd3bb50a89f9b07.tar.gz opensim-SC-c6e6614a447b541d9d985c2a3dd3bb50a89f9b07.tar.bz2 opensim-SC-c6e6614a447b541d9d985c2a3dd3bb50a89f9b07.tar.xz |
Merge branch 'avination' into careminster
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 | } |