Commit 0381b78cece0556be35a310701bc04a3a843e656

henry 2002-12-11T09:25:32

Had to increase padding now that FTBBox uses floats.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/FTGLTextureFont.cpp b/src/FTGLTextureFont.cpp
index 29365a2..b0d7ced 100755
--- a/src/FTGLTextureFont.cpp
+++ b/src/FTGLTextureFont.cpp
@@ -26,7 +26,7 @@ FTGLTextureFont::FTGLTextureFont()
     textMem(0),
     glyphHeight(0),
     glyphWidth(0),
-    padding(1),
+    padding(3),
     remGlyphs(0),
     xOffset(0),
     yOffset(0)