mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
reactivate physics raycasts on llCastRay() until it's clear what is its problem if any...
This commit is contained in:
@@ -12614,7 +12614,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
bool checkPhysical = !((rejectTypes & ScriptBaseClass.RC_REJECT_PHYSICAL) == ScriptBaseClass.RC_REJECT_PHYSICAL);
|
||||
|
||||
|
||||
if (false)// World.SuportsRayCastFiltered())
|
||||
if (World.SuportsRayCastFiltered())
|
||||
{
|
||||
if (dist == 0)
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user