[Bf-blender-cvs] [73b2ecb2975] master: Cleanup: typo in comment

Philipp Oeser noreply at git.blender.org
Tue Sep 28 14:38:01 CEST 2021


Commit: 73b2ecb2975eb0438473e65c4c8f691e36524399
Author: Philipp Oeser
Date:   Tue Sep 28 14:37:06 2021 +0200
Branches: master
https://developer.blender.org/rB73b2ecb2975eb0438473e65c4c8f691e36524399

Cleanup: typo in comment

Noticed by @david_black in D12392, thx!

===================================================================

M	source/blender/editors/animation/time_scrub_ui.c

===================================================================

diff --git a/source/blender/editors/animation/time_scrub_ui.c b/source/blender/editors/animation/time_scrub_ui.c
index 70a8973864c..b0eb014c5d9 100644
--- a/source/blender/editors/animation/time_scrub_ui.c
+++ b/source/blender/editors/animation/time_scrub_ui.c
@@ -105,8 +105,7 @@ static void draw_current_frame(const Scene *scene,
   float bg_color[4];
   UI_GetThemeColorShade4fv(TH_CFRAME, -5, bg_color);
 
-  /* Draw vertical line to from the bottom of the current frame box to the bottom of the screen.
-   */
+  /* Draw vertical line from the bottom of the current frame box to the bottom of the screen. */
   const float subframe_x = UI_view2d_view_to_region_x(v2d, BKE_scene_ctime_get(scene));
   GPUVertFormat *format = immVertexFormat();
   uint pos = GPU_vertformat_attr_add(format, "pos", GPU_COMP_F32, 2, GPU_FETCH_FLOAT);



More information about the Bf-blender-cvs mailing list