Remove references to deleted capitalize_properties setting

This commit is contained in:
kobewi
2024-08-21 12:31:43 +02:00
parent 5ca419e32c
commit b314a9105a
2 changed files with 6 additions and 5 deletions

View File

@ -51,7 +51,7 @@ class EditorPropertyNameProcessor : public Node {
StringName _get_context(const String &p_name, const String &p_property, const StringName &p_class) const;
public:
// Matches `interface/inspector/capitalize_properties` editor setting.
// Matches `interface/inspector/default_property_name_style` editor setting.
enum Style {
STYLE_RAW,
STYLE_CAPITALIZED,