aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine
diff options
context:
space:
mode:
authorUbitUmarov2017-07-11 02:47:37 +0100
committerUbitUmarov2017-07-11 02:47:37 +0100
commitf5324833eeff9d99caf437fc47b920e616699de1 (patch)
tree65511ee59e64d7ad5cde68c4743fd0e19abfde25 /OpenSim/Region/ScriptEngine
parentdo lsl object rez checks on script thread before wasting time possible creati... (diff)
downloadopensim-SC_OLD-f5324833eeff9d99caf437fc47b920e616699de1.zip
opensim-SC_OLD-f5324833eeff9d99caf437fc47b920e616699de1.tar.gz
opensim-SC_OLD-f5324833eeff9d99caf437fc47b920e616699de1.tar.bz2
opensim-SC_OLD-f5324833eeff9d99caf437fc47b920e616699de1.tar.xz
remove wrong comment on lsl object rez. we can't add delays on async process
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index f4b7aa3..c13e8b2 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -3598,9 +3598,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
3598 } 3598 }
3599 } 3599 }
3600 } 3600 }
3601 // Variable script delay? (see (http://wiki.secondlife.com/wiki/LSL_Delay) 3601 }
3602 }
3603
3604 }, null, "LSL_Api.doObjectRez"); 3602 }, null, "LSL_Api.doObjectRez");
3605 3603
3606 //ScriptSleep((int)((groupmass * velmag) / 10)); 3604 //ScriptSleep((int)((groupmass * velmag) / 10));