From 918b09cabc39dbf13bed2406da56035341ac1cf4 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 15 Feb 2022 08:56:58 -0600 Subject: Initialize bools in the headers in editor --- editor/editor_feature_profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_feature_profile.h') diff --git a/editor/editor_feature_profile.h b/editor/editor_feature_profile.h index 7ea40502a6..881f14638f 100644 --- a/editor/editor_feature_profile.h +++ b/editor/editor_feature_profile.h @@ -155,7 +155,7 @@ class EditorFeatureProfileManager : public AcceptDialog { void _import_profiles(const Vector &p_paths); void _export_profile(const String &p_path); - bool updating_features; + bool updating_features = false; void _class_list_item_selected(); void _class_list_item_edited(); -- cgit v1.2.3