summaryrefslogtreecommitdiff
path: root/editor/property_selector.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-12 22:00:38 +0100
committerGitHub <noreply@github.com>2022-03-12 22:00:38 +0100
commit84b358c1d8a01ce70a56a099ef98ae014a91239b (patch)
tree9dfb634eb5126e47dc576e62473361fea1f04ecb /editor/property_selector.h
parent5959d38c6838d3470ba2b1e166602366cdbac6c5 (diff)
parent918b09cabc39dbf13bed2406da56035341ac1cf4 (diff)
Merge pull request #58338 from aaronfranke/bools
Initialize bools in the headers in `editor/`
Diffstat (limited to 'editor/property_selector.h')
-rw-r--r--editor/property_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/property_selector.h b/editor/property_selector.h
index 1e8c6300a0..7e629a847e 100644
--- a/editor/property_selector.h
+++ b/editor/property_selector.h
@@ -56,7 +56,7 @@ class PropertySelector : public ConfirmationDialog {
String base_type;
ObjectID script;
Object *instance;
- bool virtuals_only;
+ bool virtuals_only = false;
Vector<Variant::Type> type_filter;