summaryrefslogtreecommitdiffstats
path: root/src/runtimerender/Qt3DSDistanceFieldGlyphCache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtimerender/Qt3DSDistanceFieldGlyphCache_p.h')
-rw-r--r--src/runtimerender/Qt3DSDistanceFieldGlyphCache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtimerender/Qt3DSDistanceFieldGlyphCache_p.h b/src/runtimerender/Qt3DSDistanceFieldGlyphCache_p.h
index 2eca726..1c550cc 100644
--- a/src/runtimerender/Qt3DSDistanceFieldGlyphCache_p.h
+++ b/src/runtimerender/Qt3DSDistanceFieldGlyphCache_p.h
@@ -90,7 +90,7 @@ private:
QSGAreaAllocator *m_areaAllocator = nullptr;
int m_maxTextureWidth = 0;
int m_maxTextureHeight = 0;
- int m_maxTextureCount = 3;
+ int m_maxTextureCount = 4;
mutable QVector<TextureInfo> m_textures;
QHash<glyph_t, TextureInfo *> m_glyphsTexture;