From 76e6d2f19dca971c80f451afcfb24b71ff350077 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Oct 2019 12:19:59 +1100 Subject: Cleanup: spelling Also remove historic bftgl reference. --- source/blender/blenfont/intern/blf_internal_types.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/blenfont') diff --git a/source/blender/blenfont/intern/blf_internal_types.h b/source/blender/blenfont/intern/blf_internal_types.h index 0294a6219b9..45086de0f61 100644 --- a/source/blender/blenfont/intern/blf_internal_types.h +++ b/source/blender/blenfont/intern/blf_internal_types.h @@ -80,9 +80,8 @@ typedef struct GlyphCacheBLF { /* and the last texture, aka. the current texture. */ unsigned int texture_current; - /* like bftgl, we draw every glyph in a big texture, so this is the - * current position inside the texture. - */ + /* We draw every glyph in a big texture, so this is the + * current position inside the texture. */ int offset_x; int offset_y; -- cgit v1.2.3