Index: Font.py =================================================================== --- Font.py (revision 184) +++ Font.py (working copy) @@ -186,7 +186,7 @@ glDisable(GL_TEXTURE_2D) def _allocateGlyphTexture(self): - t = TextureAtlas(size = glGetInteger(GL_MAX_TEXTURE_SIZE)) + t = TextureAtlas() t.texture.setFilter(GL_LINEAR, GL_LINEAR) t.texture.setRepeat(GL_CLAMP, GL_CLAMP) self.glyphTextures.append(t)