Browse Source

Merge pull request #87108 from YuriSizov/editor-capitalize-oidn

Capitalize OIDN in editor settings and properties
Rémi Verschelde 1 năm trước cách đây
mục cha
commit
73ca286df2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      editor/editor_property_name_processor.cpp

+ 1 - 0
editor/editor_property_name_processor.cpp

@@ -224,6 +224,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
 	//capitalize_string_remaps["msec"] = "(msec)"; // Unit.
 	capitalize_string_remaps["navmesh"] = "NavMesh";
 	capitalize_string_remaps["nfc"] = "NFC";
+	capitalize_string_remaps["oidn"] = "OIDN";
 	capitalize_string_remaps["ok"] = "OK";
 	capitalize_string_remaps["opengl"] = "OpenGL";
 	capitalize_string_remaps["opentype"] = "OpenType";