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>2019-10-17 04:19:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-17 04:40:36 +0300
commit76e6d2f19dca971c80f451afcfb24b71ff350077 (patch)
treeb9688aa16d49763557649f90c10d314d0ffdbab2 /source/blender/blenfont/intern
parente7c02f14c7b0a2004e42500c4b0b024efb63c57f (diff)
Cleanup: spelling
Also remove historic bftgl reference.
Diffstat (limited to 'source/blender/blenfont/intern')
-rw-r--r--source/blender/blenfont/intern/blf_internal_types.h5
1 files changed, 2 insertions, 3 deletions
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;