diff options
author | FireForge <67974470+fire-forge@users.noreply.github.com> | 2022-08-02 08:35:29 -0500 |
---|---|---|
committer | FireForge <67974470+fire-forge@users.noreply.github.com> | 2022-08-02 08:35:29 -0500 |
commit | 9f537f58a8f285e26d5dc5205561d9308134bf75 (patch) | |
tree | ccb90451fe3561bb81536203747552ddea56b5f5 | |
parent | 4f8d31fc68c1b2276cbcbb62a308d59313b9fac6 (diff) |
Add capitalization for "BPM"
-rw-r--r-- | editor/editor_property_name_processor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index 09d2992e07..6c713de94a 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -114,6 +114,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["bidi"] = "BiDi"; capitalize_string_remaps["bp"] = "BP"; capitalize_string_remaps["bpc"] = "BPC"; + capitalize_string_remaps["bpm"] = "BPM"; capitalize_string_remaps["bptc"] = "BPTC"; capitalize_string_remaps["bvh"] = "BVH"; capitalize_string_remaps["ca"] = "CA"; |