Skip to content

Commit

Permalink
Add TAA to the list of editor capitalizations
Browse files Browse the repository at this point in the history
This is used in the "Use Taa" setting (for temporal antialiasing).
  • Loading branch information
Calinou committed Jun 11, 2022
1 parent 8df8fff commit b55f140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor_property_name_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b55f140

Please sign in to comment.