diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-03 14:21:51 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-03 14:21:51 +1000 |
commit | d018957b098f00536d0d7641e13aaf1ebddf2238 (patch) | |
tree | 0a739eb78c402dd261e06381f77c822c607922ad /source/rendering/StarFontTextureGroup.hpp | |
parent | 069d61e487947a8be38f6a3db52695db94fd306e (diff) |
Fix font glyph generation to work correctly with other fonts
Diffstat (limited to 'source/rendering/StarFontTextureGroup.hpp')
-rw-r--r-- | source/rendering/StarFontTextureGroup.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rendering/StarFontTextureGroup.hpp b/source/rendering/StarFontTextureGroup.hpp index 15d2895..6bbb120 100644 --- a/source/rendering/StarFontTextureGroup.hpp +++ b/source/rendering/StarFontTextureGroup.hpp @@ -17,7 +17,7 @@ public: struct GlyphTexture { TexturePtr texture; int64_t time; - Vec2F processingOffset; + Vec2F offset; }; FontTextureGroup(TextureGroupPtr textureGroup); |