Missed last commit

This commit is contained in:
2019-01-25 11:04:00 +11:00
parent 5632e1b525
commit d4433b1bb3

View File

@@ -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.
*/