diff options
Diffstat (limited to 'source/rendering')
-rw-r--r-- | source/rendering/StarFontTextureGroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rendering/StarFontTextureGroup.cpp b/source/rendering/StarFontTextureGroup.cpp index e59d15c..6a33d32 100644 --- a/source/rendering/StarFontTextureGroup.cpp +++ b/source/rendering/StarFontTextureGroup.cpp @@ -67,7 +67,7 @@ const FontTextureGroup::GlyphTexture& FontTextureGroup::glyphTexture(String::Cha else res.first->second.offset = Vec2F(); - res.first->second.offset[1] += pair.second; + res.first->second.offset += Vec2F(pair.second); res.first->second.texture = m_textureGroup->create(image); } |