Updates to docs and fixes to a few warnings.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
void CALLBACK ftglError( GLenum errCode)
|
||||
void CALLBACK ftglError( GLenum /*errCode*/)
|
||||
{
|
||||
// const GLubyte* estring;
|
||||
// estring = gluErrorString( errCode);
|
||||
|
||||
Reference in New Issue
Block a user