diff options
author | Jeff Ames | 2008-11-15 02:21:52 +0000 |
---|---|---|
committer | Jeff Ames | 2008-11-15 02:21:52 +0000 |
commit | e40fe2db26c6fae4f52df2cc350ea1e534df441a (patch) | |
tree | 7da025e47635ee7642bd92ec0e57d6adac9a6369 /OpenSim/Region/ScriptEngine/Shared/Api | |
parent | * test: Add scene root agent test stub, since I'll be picking up with somethi... (diff) | |
download | opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.zip opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.gz opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.bz2 opensim-SC_OLD-e40fe2db26c6fae4f52df2cc350ea1e534df441a.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index c1d718e..4507583 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4007,8 +4007,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4007 | else | 4007 | else |
4008 | m_host.ParentGroup.RootPart.AllowedDrop = false; | 4008 | m_host.ParentGroup.RootPart.AllowedDrop = false; |
4009 | 4009 | ||
4010 | // Update the object flags | 4010 | // Update the object flags |
4011 | m_host.ParentGroup.RootPart.aggregateScriptEvents(); | 4011 | m_host.ParentGroup.RootPart.aggregateScriptEvents(); |
4012 | } | 4012 | } |
4013 | 4013 | ||
4014 | public LSL_Vector llGetSunDirection() | 4014 | public LSL_Vector llGetSunDirection() |