Place instrumentation in the proper place. This needs reverting, too!

avinationmerge
Melanie 2012-07-11 23:54:45 +02:00
parent ea91a36483
commit d9b0b03aa3
1 changed files with 1 additions and 1 deletions

View File

@ -2045,8 +2045,8 @@ namespace OpenSim.Region.Framework.Scenes
{
part.KeyframeMotion = KeyframeMotion.FromData(backup_group, part.KeyframeMotion.Serialize());
part.KeyframeMotion.UpdateSceneObject(this);
part.SuppressFinalizerLogging = true;
}
part.SuppressFinalizerLogging = true;
});
datastore.StoreObject(backup_group, m_scene.RegionInfo.RegionID);