diff options
author | UbitUmarov | 2012-06-28 12:20:55 +0100 |
---|---|---|
committer | UbitUmarov | 2012-06-28 12:20:55 +0100 |
commit | 29abb7d62af2d45598b077fc9abb3ed11149f414 (patch) | |
tree | 1344bc5690d498e256a81306a17465bc0904a1c9 /OpenSim | |
parent | Merge branch 'avination' into ubitwork (diff) | |
download | opensim-SC_OLD-29abb7d62af2d45598b077fc9abb3ed11149f414.zip opensim-SC_OLD-29abb7d62af2d45598b077fc9abb3ed11149f414.tar.gz opensim-SC_OLD-29abb7d62af2d45598b077fc9abb3ed11149f414.tar.bz2 opensim-SC_OLD-29abb7d62af2d45598b077fc9abb3ed11149f414.tar.xz |
reactivate physics raycasts on llCastRay() until it's clear what is its problem if any...
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 75add29..f475b99 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -12614,7 +12614,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
12614 | bool checkPhysical = !((rejectTypes & ScriptBaseClass.RC_REJECT_PHYSICAL) == ScriptBaseClass.RC_REJECT_PHYSICAL); | 12614 | bool checkPhysical = !((rejectTypes & ScriptBaseClass.RC_REJECT_PHYSICAL) == ScriptBaseClass.RC_REJECT_PHYSICAL); |
12615 | 12615 | ||
12616 | 12616 | ||
12617 | if (false)// World.SuportsRayCastFiltered()) | 12617 | if (World.SuportsRayCastFiltered()) |
12618 | { | 12618 | { |
12619 | if (dist == 0) | 12619 | if (dist == 0) |
12620 | return list; | 12620 | return list; |