diff options
author | teravus | 2013-06-12 18:13:00 -0500 |
---|---|---|
committer | teravus | 2013-06-12 18:13:00 -0500 |
commit | 33573003620674f4a4f6c8fadd969c7aa6576a5d (patch) | |
tree | c8eb940778a518229db04ecddb466e82232f0876 /OpenSim/Data/MySQL | |
parent | After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent... (diff) | |
download | opensim-SC-33573003620674f4a4f6c8fadd969c7aa6576a5d.zip opensim-SC-33573003620674f4a4f6c8fadd969c7aa6576a5d.tar.gz opensim-SC-33573003620674f4a4f6c8fadd969c7aa6576a5d.tar.bz2 opensim-SC-33573003620674f4a4f6c8fadd969c7aa6576a5d.tar.xz |
* This fixes having to select and deselect prim to get keyframemotion to start running when pulled from data storage.
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLSimulationData.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index 448962a..de52623 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs | |||
@@ -457,8 +457,6 @@ namespace OpenSim.Data.MySQL | |||
457 | if (prim.ParentUUID == UUID.Zero) | 457 | if (prim.ParentUUID == UUID.Zero) |
458 | { | 458 | { |
459 | objects[prim.UUID] = new SceneObjectGroup(prim); | 459 | objects[prim.UUID] = new SceneObjectGroup(prim); |
460 | if (prim.KeyframeMotion != null) | ||
461 | prim.KeyframeMotion.UpdateSceneObject(objects[prim.UUID]); | ||
462 | } | 460 | } |
463 | } | 461 | } |
464 | 462 | ||