diff --git a/editor/editor_property_name_processor.cpp b/editor/editor_property_name_processor.cpp index b62615adcc1..a93be506ee2 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -129,6 +129,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["armeabi-v7a"] = "armeabi-v7a"; capitalize_string_remaps["arvr"] = "ARVR"; capitalize_string_remaps["astc"] = "ASTC"; + capitalize_string_remaps["bbcode"] = "BBCode"; capitalize_string_remaps["bg"] = "BG"; capitalize_string_remaps["bidi"] = "BiDi"; capitalize_string_remaps["bp"] = "BP";