You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
fixed uninitialized tool mode in path 2d editor
This commit is contained in:
@@ -614,6 +614,7 @@ Path2DEditor::Path2DEditor(EditorNode *p_editor) {
|
||||
editor=p_editor;
|
||||
undo_redo = editor->get_undo_redo();
|
||||
|
||||
mode=MODE_EDIT;
|
||||
|
||||
action=ACTION_NONE;
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user