diff options
| author | Juan Linietsky | 2018-05-17 18:02:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-05-17 18:03:05 -0300 |
| commit | 4b5227ff7755aa19aa57452c49e9466252fcb4a0 (patch) | |
| tree | 2adcced443c368d5d2ad2c71e2fae631af1e2411 /editor/plugins/line_2d_editor_plugin.cpp | |
| parent | 3183375135e7e9d7bdab2b318dd74f672ebda27d (diff) | |
| download | godot-4b5227ff7755aa19aa57452c49e9466252fcb4a0.tar.gz godot-4b5227ff7755aa19aa57452c49e9466252fcb4a0.tar.zst godot-4b5227ff7755aa19aa57452c49e9466252fcb4a0.zip | |
-Ability to open resources in the same window
-Plenty of fixes and improvements to new inspector
-Fixes that were needed to make inspector work better
Diffstat (limited to 'editor/plugins/line_2d_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/line_2d_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/line_2d_editor_plugin.cpp b/editor/plugins/line_2d_editor_plugin.cpp index 47d5a7307..ba6452c1d 100644 --- a/editor/plugins/line_2d_editor_plugin.cpp +++ b/editor/plugins/line_2d_editor_plugin.cpp @@ -64,6 +64,7 @@ void Line2DEditor::_action_set_polygon(int p_idx, const Variant &p_previous, con Line2DEditor::Line2DEditor(EditorNode *p_editor) : AbstractPolygon2DEditor(p_editor) { + node = NULL; } Line2DEditorPlugin::Line2DEditorPlugin(EditorNode *p_node) : |
