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:
Diffstat (limited to 'source/blender/draw/intern/draw_manager.c')
-rw-r--r--source/blender/draw/intern/draw_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_manager.c b/source/blender/draw/intern/draw_manager.c
index 6366ed0bb6f..51db656bf63 100644
--- a/source/blender/draw/intern/draw_manager.c
+++ b/source/blender/draw/intern/draw_manager.c
@@ -1192,7 +1192,7 @@ static bool drw_engines_draw_background(void)
/* No draw engines draw the background. We clear the background.
* We draw the background after drawing of the scene so the camera background
* images can be drawn using ALPHA Under. Otherwise the background always
- * interferred with the alpha blending */
+ * interfered with the alpha blending. */
DRW_clear_background();
return false;
}