1
0
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:
bruvzg
2020-10-26 22:54:29 +02:00
parent b370aa75dd
commit b506f9b5aa
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ class GridMapEditor : public VBoxContainer {
List<SetItem> set_items;
GridMap *node;
GridMap *node = nullptr;
MeshLibrary *last_mesh_library;
ClipMode clip_mode;