diff options
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); |