mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
delete keyframes on temporary backup group
This commit is contained in:
@@ -2202,8 +2202,16 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
backup_group.ForEachPart(delegate(SceneObjectPart part)
|
||||
{
|
||||
part.Inventory.ProcessInventoryBackup(datastore);
|
||||
|
||||
// take the change to delete things
|
||||
if(part.KeyframeMotion != null)
|
||||
{
|
||||
part.KeyframeMotion.Delete();
|
||||
part.KeyframeMotion = null;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
backup_group = null;
|
||||
}
|
||||
// else
|
||||
|
||||
Reference in New Issue
Block a user