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>2018-10-23 02:53:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-23 03:01:25 +0300
commit5891f81f258bf3c9bb9d9683698a792254584c7f (patch)
tree910b38eed47acf15ff0181d995b79ee3e23da65d /source/blender/draw/engines/gpencil/gpencil_draw_utils.c
parente5182fa101a47d974e0d88c371bd7f3191cc656b (diff)
Cleanup: style, warning
Diffstat (limited to 'source/blender/draw/engines/gpencil/gpencil_draw_utils.c')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_draw_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
index 4375d62f4b2..641229446b9 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -1283,8 +1283,8 @@ void DRW_gpencil_populate_datablock(
}
else {
int remap_cfra = BKE_gpencil_time_modifier(
- draw_ctx->depsgraph, scene,ob, gpl, cfra_eval,
- stl->storage->is_render);
+ draw_ctx->depsgraph, scene, ob, gpl, cfra_eval,
+ stl->storage->is_render);
gpf = BKE_gpencil_layer_getframe(gpl, remap_cfra, GP_GETFRAME_USE_PREV);
}