You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix uninitialized GridMapEditor::node
This commit is contained in:
@@ -1222,6 +1222,7 @@ void GridMapEditor::_bind_methods() {
|
|||||||
GridMapEditor::GridMapEditor(EditorNode *p_editor) {
|
GridMapEditor::GridMapEditor(EditorNode *p_editor) {
|
||||||
|
|
||||||
input_action = INPUT_NONE;
|
input_action = INPUT_NONE;
|
||||||
|
node = NULL;
|
||||||
editor = p_editor;
|
editor = p_editor;
|
||||||
undo_redo = p_editor->get_undo_redo();
|
undo_redo = p_editor->get_undo_redo();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user