diff options
author | UbitUmarov | 2012-08-28 03:21:03 +0100 |
---|---|---|
committer | UbitUmarov | 2012-08-28 03:21:03 +0100 |
commit | ef6e007a4c7301dbd7a1a0392a07664e7034201b (patch) | |
tree | 090ee81b2784f6e3f21fe8e0df72c089d5ea9f5c /OpenSim/Region/ScriptEngine | |
parent | fix incoerence btw KFM_TRANSLATION and ROTATION LSL constants and internal (diff) | |
download | opensim-SC_OLD-ef6e007a4c7301dbd7a1a0392a07664e7034201b.zip opensim-SC_OLD-ef6e007a4c7301dbd7a1a0392a07664e7034201b.tar.gz opensim-SC_OLD-ef6e007a4c7301dbd7a1a0392a07664e7034201b.tar.bz2 opensim-SC_OLD-ef6e007a4c7301dbd7a1a0392a07664e7034201b.tar.xz |
[possible still very broken] mess around keyframes. timer events
threads overlaps, some null objects exceptions, region crossing...
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index d8ef772..207d062 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -12963,7 +12963,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
12963 | if (frames.Data.Length > 0) // We are getting a new motion | 12963 | if (frames.Data.Length > 0) // We are getting a new motion |
12964 | { | 12964 | { |
12965 | if (group.RootPart.KeyframeMotion != null) | 12965 | if (group.RootPart.KeyframeMotion != null) |
12966 | group.RootPart.KeyframeMotion.Stop(); | 12966 | group.RootPart.KeyframeMotion.Delete(); |
12967 | group.RootPart.KeyframeMotion = null; | 12967 | group.RootPart.KeyframeMotion = null; |
12968 | 12968 | ||
12969 | int idx = 0; | 12969 | int idx = 0; |