Updates to docs and fixes to a few warnings.

This commit is contained in:
Robert Osfield
2002-02-09 14:29:58 +00:00
parent f5560936a4
commit c999dfb154
7 changed files with 65 additions and 34 deletions

View File

@@ -52,7 +52,7 @@ FTGLTextureFont::~FTGLTextureFont()
// mrn@changes
bool FTGLTextureFont::MakeGlyphList(unsigned int renderContext)
{
FTGlyphContainer* glyphList=_contextGlyphList[renderContext];
// FTGlyphContainer* glyphList=_contextGlyphList[renderContext];
// check the context
while (glContextTextureID.size() <= renderContext)