mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 09:29:38 +01:00
Don't free the Editor's UndoRedo.
This commit is contained in:
parent
87be638698
commit
bfaf5a6b75
@ -674,10 +674,6 @@ void GenericTilePolygonEditor::_base_control_gui_input(Ref<InputEvent> p_event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
base_control->update();
|
base_control->update();
|
||||||
|
|
||||||
if (!use_undo_redo) {
|
|
||||||
memdelete(undo_redo);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GenericTilePolygonEditor::_set_snap_option(int p_index) {
|
void GenericTilePolygonEditor::_set_snap_option(int p_index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user