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:
authorCampbell Barton <ideasman42@gmail.com>2019-01-25 03:04:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-25 03:04:00 +0300
commitd4433b1bb36036314a876e2b0d153c1f62e687b7 (patch)
tree7ee97bae381e115f84240a7475369f3ca45bf691 /source
parent5632e1b525860336a4dffa7a83c910e0687939c6 (diff)
Missed last commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/view2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/view2d.c b/source/blender/editors/interface/view2d.c
index fb8e7e8d68f..06780eceeef 100644
--- a/source/blender/editors/interface/view2d.c
+++ b/source/blender/editors/interface/view2d.c
@@ -1057,7 +1057,7 @@ bool UI_view2d_tab_set(View2D *v2d, int tab)
void UI_view2d_zoom_cache_reset(void)
{
- /* TODO(sergey): This way we avoid threading conflict with VSE rendering
+ /* TODO(sergey): This way we avoid threading conflict with sequencer rendering
* text strip. But ideally we want to make glyph cache to be fully safe
* for threading.
*/