diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-17 19:03:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 19:03:52 +0100 |
commit | ae312b4fd2680e8609653f8a005bf1038aa6468a (patch) | |
tree | 869a41e20b1c5b67f1a43c976dd8d5ceaeb7d902 /editor/editor_property_name_processor.h | |
parent | 5d806b435bdfb6669435f1a28589f847be5ff807 (diff) | |
parent | e64cd21f6fbe738a200a160d2a5f57597d536cbc (diff) |
Merge pull request #59244 from timothyqiu/property-path-capitalization
Diffstat (limited to 'editor/editor_property_name_processor.h')
-rw-r--r-- | editor/editor_property_name_processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.h b/editor/editor_property_name_processor.h index efd7abced3..616c4cac46 100644 --- a/editor/editor_property_name_processor.h +++ b/editor/editor_property_name_processor.h @@ -38,6 +38,7 @@ class EditorPropertyNameProcessor : public Node { static EditorPropertyNameProcessor *singleton; + mutable Map<String, String> capitalize_string_cache; Map<String, String> capitalize_string_remaps; String _capitalize_name(const String &p_name) const; |