summaryrefslogtreecommitdiff
path: root/editor/editor_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_path.h')
-rw-r--r--editor/editor_path.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/editor/editor_path.h b/editor/editor_path.h
index 1e19344d9e..afc7a20bad 100644
--- a/editor/editor_path.h
+++ b/editor/editor_path.h
@@ -42,12 +42,12 @@ class EditorSelectionHistory;
class EditorPath : public Button {
GDCLASS(EditorPath, Button);
- EditorSelectionHistory *history;
+ EditorSelectionHistory *history = nullptr;
- TextureRect *current_object_icon;
- Label *current_object_label;
- TextureRect *sub_objects_icon;
- PopupMenu *sub_objects_menu;
+ TextureRect *current_object_icon = nullptr;
+ Label *current_object_label = nullptr;
+ TextureRect *sub_objects_icon = nullptr;
+ PopupMenu *sub_objects_menu = nullptr;
Vector<ObjectID> objects;