small comment/cleanup

This commit is contained in:
AJ Kelly
2010-06-23 11:19:49 -05:00
parent 16c0912c43
commit 2be759893a
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ void FontPage::SetTextureCoords( const vector<int> &widths, int iAdvanceExtraPix
void FontPage::SetExtraPixels( int iDrawExtraPixelsLeft, int iDrawExtraPixelsRight )
{
/* Hack: do one more than we were asked to; I think a lot of fonts are one
* too low. (who? -aj; todo: source quote) */
* too low. - glenn */
iDrawExtraPixelsRight++;
iDrawExtraPixelsLeft++;