* This fixes having to select and deselect prim to get keyframemotion to start running when pulled from data storage.

This commit is contained in:
teravus
2013-06-12 18:13:00 -05:00
parent 824a4b4808
commit 3357300362
3 changed files with 8 additions and 4 deletions

View File

@@ -457,8 +457,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]);
}
}