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
path: root/source
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2019-01-11 19:30:35 +0300
committerAntonioya <blendergit@gmail.com>2019-01-11 19:30:53 +0300
commitba4e6d73af0a125c319cd087ff5db68a914bbabe (patch)
tree2ab4def386ea8623df06082f1611ebb25ee90500 /source
parent6abbab5b5396a84a8f3169135f5937d76d3dcb6f (diff)
GP: Missing in previous count commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_draw_utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
index bd0f6afd420..2e9a212170c 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -141,6 +141,8 @@ static void gpencil_calc_vertex(
cache->b_fill.tot_vertex *= factor;
cache->b_stroke.tot_vertex *= factor;
cache->b_point.tot_vertex *= factor;
+ cache->b_edit.tot_vertex *= factor;
+ cache->b_edlin.tot_vertex *= factor;
}
}
}