fixed uninitialized tool mode in path 2d editor

This commit is contained in:
Juan Linietsky 2016-01-02 15:42:14 -03:00
parent 32a6120a5c
commit be73e2d2f2

View file

@ -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