diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-06-12 00:27:56 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-06-12 00:27:56 +0200 |
commit | b55f1404ceb1dc7da5eeef747cfaa01863c25aa8 (patch) | |
tree | 1caf1fc94cd73b4be5f9f17f374feca049fd9437 | |
parent | 8df8fff54ba2263d53448b0a7f4e33fa76fdea50 (diff) |
Add TAA to the list of editor capitalizations
This is used in the "Use Taa" setting (for temporal antialiasing).
-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 1e7638bf72..397afc0653 100644 --- a/editor/editor_property_name_processor.cpp +++ b/editor/editor_property_name_processor.cpp @@ -213,6 +213,7 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() { capitalize_string_remaps["stdout"] = "stdout"; capitalize_string_remaps["sv"] = "SV"; capitalize_string_remaps["svg"] = "SVG"; + capitalize_string_remaps["taa"] = "TAA"; capitalize_string_remaps["tcp"] = "TCP"; capitalize_string_remaps["ui"] = "UI"; capitalize_string_remaps["url"] = "URL"; |