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>2018-06-22 09:18:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-22 09:18:02 +0300
commitc517778a8bf9a0fc8a60541528cbfaf3ec47c679 (patch)
treea3f2f88b7dbb5ae964fae32f4574ddc2ad9df00a /source/blender/blenfont
parent61bed8768d4d268b7dfa8fe7734c1aebb4bb639c (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_internal_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_internal_types.h b/source/blender/blenfont/intern/blf_internal_types.h
index a8ed10bc0bc..999773d0212 100644
--- a/source/blender/blenfont/intern/blf_internal_types.h
+++ b/source/blender/blenfont/intern/blf_internal_types.h
@@ -134,7 +134,7 @@ typedef struct GlyphBLF {
int advance_i;
/* texture id where this glyph is store. */
- GPUTexture* tex;
+ GPUTexture *tex;
/* position inside the texture where this glyph is store. */
int offset_x;