You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Fix uninitialized GridMapEditor::node and InputMapEditor::setting variables.
This commit is contained in:
@@ -93,7 +93,7 @@ class GridMapEditor : public VBoxContainer {
|
||||
|
||||
List<SetItem> set_items;
|
||||
|
||||
GridMap *node;
|
||||
GridMap *node = nullptr;
|
||||
MeshLibrary *last_mesh_library;
|
||||
ClipMode clip_mode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user