diff options
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 6e5436a..8274fbf 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -5840,6 +5840,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
5840 | m_host.AddScriptLPS(1); | 5840 | m_host.AddScriptLPS(1); |
5841 | return World.SimulatorFPS; | 5841 | return World.SimulatorFPS; |
5842 | } | 5842 | } |
5843 | |||
5843 | 5844 | ||
5844 | /* particle system rules should be coming into this routine as doubles, that is | 5845 | /* particle system rules should be coming into this routine as doubles, that is |
5845 | rule[0] should be an integer from this list and rule[1] should be the arg | 5846 | rule[0] should be an integer from this list and rule[1] should be the arg |