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>2021-01-20 12:42:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-20 12:42:54 +0300
commitf0ab9034d99f12c1087ef44fa00b669182128e09 (patch)
treef32e58cbff985b27cc875f684cd455a8e6afdc0b
parente69034e6d9e9c9cfe877d66de96ae0ca9ff06e1d (diff)
parentaee7d8f411e9416b82786a2c3a225d3c44f36fd3 (diff)
Merge branch 'blender-v2.92-release'
-rw-r--r--source/blender/editors/animation/time_scrub_ui.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/editors/animation/time_scrub_ui.c b/source/blender/editors/animation/time_scrub_ui.c
index 4e0542dc1e4..98b4d93fbf1 100644
--- a/source/blender/editors/animation/time_scrub_ui.c
+++ b/source/blender/editors/animation/time_scrub_ui.c
@@ -163,12 +163,7 @@ void ED_time_scrub_draw_current_frame(const ARegion *region,
rcti scrub_region_rect;
get_time_scrub_region_rect(region, &scrub_region_rect);
- draw_current_frame(scene,
- display_seconds,
- v2d,
- &scrub_region_rect,
- scene->r.cfra,
- draw_line);
+ draw_current_frame(scene, display_seconds, v2d, &scrub_region_rect, scene->r.cfra, draw_line);
GPU_matrix_pop_projection();
}