Fixed: MoveSprite Refactored: All Modifications now use Form1.DoModification

This commit is contained in:
quinnvoker
2018-12-31 08:56:41 -08:00
parent 70d7680cf0
commit 306a8ed808
2 changed files with 24 additions and 41 deletions
@@ -26,6 +26,10 @@ namespace AnimationEditor.Modifications
sprites = spriteList;
listBox = spriteListBox;
indices = new List<int>();
foreach(int index in spriteListBox.SelectedIndices)
{
indices.Add(index);
}
dist = distance;
}