diff options
Diffstat (limited to 'editor/property_selector.h')
-rw-r--r-- | editor/property_selector.h | 2 |
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; |