Added mods: ChangeFrameDelay, MoveSprite(NC), RenameAnimation, RenameFrame, ReorderSprite, ReplaceFrame, SetSpritePosition(NC); Changed: Removed opening conditionals from several mods
This commit is contained in:
@@ -16,10 +16,10 @@ namespace AnimationEditor.Modifications
|
||||
private SelectionState preChangeSelection;
|
||||
private SelectionState postChangeSelection;
|
||||
|
||||
private BindingList<Frame> frames;
|
||||
private ListBox listBox;
|
||||
private int index;
|
||||
private int dir;
|
||||
private readonly BindingList<Frame> frames;
|
||||
private readonly ListBox listBox;
|
||||
private readonly int index;
|
||||
private readonly int dir;
|
||||
|
||||
public ReorderFrame(BindingList<Frame> frameList, ListBox frameListBox, int direction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user