From 6990b6ed3bdab971544a69c3950ac8897e62f41d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Jan 2021 13:38:48 +1100 Subject: Cleanup: typos (repeated words) --- source/blender/draw/intern/draw_manager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/draw') diff --git a/source/blender/draw/intern/draw_manager.c b/source/blender/draw/intern/draw_manager.c index ffc565d0514..db701c384bd 100644 --- a/source/blender/draw/intern/draw_manager.c +++ b/source/blender/draw/intern/draw_manager.c @@ -1761,8 +1761,7 @@ static void DRW_render_gpencil_to_image(RenderEngine *engine, void DRW_render_gpencil(struct RenderEngine *engine, struct Depsgraph *depsgraph) { /* This function should only be called if there are are grease pencil objects, - * especially important to avoid failing in in background renders without OpenGL - * context. */ + * especially important to avoid failing in background renders without OpenGL context. */ BLI_assert(DRW_render_check_grease_pencil(depsgraph)); Scene *scene = DEG_get_evaluated_scene(depsgraph); -- cgit v1.2.3