mirror of
https://github.com/godotengine/godot.git
synced 2024-12-02 00:52:50 +00:00
Fix uninitialized GridMapEditor::node
This commit is contained in:
parent
3ddab1c9d1
commit
871843bbdc
@ -1222,6 +1222,7 @@ void GridMapEditor::_bind_methods() {
|
||||
GridMapEditor::GridMapEditor(EditorNode *p_editor) {
|
||||
|
||||
input_action = INPUT_NONE;
|
||||
node = NULL;
|
||||
editor = p_editor;
|
||||
undo_redo = p_editor->get_undo_redo();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user