Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-05-29 20:57:40 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-05-29 20:57:40 +0300
commita9689737b3d7429cdcd0ecbb8d0bc95ad26f6163 (patch)
tree1092db712919a74f5cf4a37bd13ebab93a7bcfd0 /source/blender/draw/engines/workbench
parent664c608fb7e468b123ece7436541fdf7c919181d (diff)
Cleanup: Use Consistent Capitalization of "Anti-Aliasing"
Diffstat (limited to 'source/blender/draw/engines/workbench')
-rw-r--r--source/blender/draw/engines/workbench/workbench_effect_antialiasing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/workbench/workbench_effect_antialiasing.c b/source/blender/draw/engines/workbench/workbench_effect_antialiasing.c
index d2bd653a656..cb8eb7d1e92 100644
--- a/source/blender/draw/engines/workbench/workbench_effect_antialiasing.c
+++ b/source/blender/draw/engines/workbench/workbench_effect_antialiasing.c
@@ -19,7 +19,7 @@
/** \file
* \ingroup draw_engine
*
- * Anti-aliasing:
+ * Anti-Aliasing:
*
* We use SMAA (Smart Morphological Anti-Aliasing) as a fast antialiasing solution.
*