Implement undo in level editor
Closed this issue · 0 comments
RavensKrag commented
Currently there is no ability to undo.
Implement as a stack of operations which have been performed. Upon undo, pop the stack, and apply the inverse operation.
Closed this issue · 0 comments
Currently there is no ability to undo.
Implement as a stack of operations which have been performed. Upon undo, pop the stack, and apply the inverse operation.