mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
a zero direction vector in llEdgeOfWorld() should return TRUE not FALSE, (SL wiki)
This commit is contained in:
@@ -6404,7 +6404,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
{
|
||||
// Direction vector is 0,0 so return
|
||||
// false since we're staying in the sim
|
||||
return 0;
|
||||
// no SL says true
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user