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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-07 08:57:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-07 09:19:42 +0300
commit267b8e1a5c322c87d9684638cc29c984c6d33e58 (patch)
tree3c64784ae8ef56c801679f906d427ee7451406ea /source/blender/draw/engines/gpencil
parent379d5d7349400d09e1c266665398e97dcb7a9993 (diff)
Cleanup: spelling
Also correct wrapped lines of example code in threads.cc.
Diffstat (limited to 'source/blender/draw/engines/gpencil')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/gpencil/gpencil_render.c b/source/blender/draw/engines/gpencil/gpencil_render.c
index 1402448a699..5d417d995ac 100644
--- a/source/blender/draw/engines/gpencil/gpencil_render.c
+++ b/source/blender/draw/engines/gpencil/gpencil_render.c
@@ -101,7 +101,7 @@ void GPENCIL_render_init(GPENCIL_Data *vedata,
const bool do_clear_z = !pix_z || do_region;
const bool do_clear_col = !pix_col || do_region;
- /* FIXME(fclem): we have a precision loss in the depth buffer because of this reupload.
+ /* FIXME(fclem): we have a precision loss in the depth buffer because of this re-upload.
* Find where it comes from! */
/* In multi view render the textures can be reused. */
if (txl->render_depth_tx && !do_clear_z) {