aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLSimulationData.cs
diff options
context:
space:
mode:
authorMelanie2013-06-13 02:50:39 +0100
committerMelanie2013-06-13 02:50:39 +0100
commit689969e143dad47fd9c257f9824ec71e3fafc8e6 (patch)
treec220c0a6a8d8695018c97598700d8885551b139a /OpenSim/Data/MySQL/MySQLSimulationData.cs
parentPut the "script saved" and "notecard saved" messages back into the bottom (diff)
downloadopensim-SC_OLD-689969e143dad47fd9c257f9824ec71e3fafc8e6.zip
opensim-SC_OLD-689969e143dad47fd9c257f9824ec71e3fafc8e6.tar.gz
opensim-SC_OLD-689969e143dad47fd9c257f9824ec71e3fafc8e6.tar.bz2
opensim-SC_OLD-689969e143dad47fd9c257f9824ec71e3fafc8e6.tar.xz
* This fixes having to select and deselect prim to get keyframemotion to start running when pulled from data storage.
Conflicts: OpenSim/Data/SQLite/SQLiteSimulationData.cs
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLSimulationData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLSimulationData.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs
index 5320543..537ec85 100644
--- a/OpenSim/Data/MySQL/MySQLSimulationData.cs
+++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs
@@ -458,8 +458,6 @@ namespace OpenSim.Data.MySQL
458 if (prim.ParentUUID == UUID.Zero) 458 if (prim.ParentUUID == UUID.Zero)
459 { 459 {
460 objects[prim.UUID] = new SceneObjectGroup(prim); 460 objects[prim.UUID] = new SceneObjectGroup(prim);
461 if (prim.KeyframeMotion != null)
462 prim.KeyframeMotion.UpdateSceneObject(objects[prim.UUID]);
463 } 461 }
464 } 462 }
465 463