* 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
This commit is contained in:
Melanie
2013-06-13 02:50:39 +01:00
parent a4a4898a0e
commit 689969e143
3 changed files with 8 additions and 2 deletions

View File

@@ -458,8 +458,6 @@ namespace OpenSim.Data.MySQL
if (prim.ParentUUID == UUID.Zero)
{
objects[prim.UUID] = new SceneObjectGroup(prim);
if (prim.KeyframeMotion != null)
prim.KeyframeMotion.UpdateSceneObject(objects[prim.UUID]);
}
}