[Plib-cvs] CVS: plib/src/fnt fntTXF.cxx,1.10,1.11
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-03-21 18:21:43
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv14211 Modified Files: fntTXF.cxx Log Message: Franz Melchior: Fixed typo Index: fntTXF.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fntTXF.cxx,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- fntTXF.cxx 7 Nov 2001 23:51:09 -0000 1.10 +++ fntTXF.cxx 21 Mar 2002 18:21:40 -0000 1.11 @@ -54,7 +54,7 @@ GLubyte *texels [ 20 ] ; /* One element per level of MIPmap */ for ( int l = 0 ; l < 20 ; l++ ) - texels [ 0 ] = NULL ; + texels [ l ] = NULL ; texels [ 0 ] = image ; |