aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorFelix Laurie von Massenbach2015-01-25 00:14:06 +0000
committerFelix Laurie von Massenbach2015-01-25 00:14:06 +0000
commit977b190a2d2f7b5bc252c10836114661702e001e (patch)
tree3ea10d2f6e3d7c4b999fd3a5d769c08142d9cd48 /tools/editor/editor_node.h
parent67d357191ff74b2cfc80015941363a97e7ee19fd (diff)
downloadgodot-977b190a2d2f7b5bc252c10836114661702e001e.tar.gz
godot-977b190a2d2f7b5bc252c10836114661702e001e.tar.zst
godot-977b190a2d2f7b5bc252c10836114661702e001e.zip
Add a revert menu item.
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index 7560c2b14..54b9dc2b0 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -127,6 +127,7 @@ class EditorNode : public Node {
FILE_EXTERNAL_OPEN_SCENE,
EDIT_UNDO,
EDIT_REDO,
+ EDIT_REVERT,
RESOURCE_NEW,
RESOURCE_LOAD,
RESOURCE_SAVE,