diff options
Diffstat (limited to 'src/Text.cpp')
-rw-r--r-- | src/Text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text.cpp b/src/Text.cpp index 2c2323a..99878d3 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -12,7 +12,7 @@ void Text::BuildFont() // Build Our Font Display List float cx; // Holds Our X Character Coord float cy; // Holds Our Y Character Coord int loop; - + base=glGenLists(256); // Creating 256 Display Lists glBindTexture(GL_TEXTURE_2D, FontTexture); // Select Our Font Texture for (loop=0; loop<256; loop++) // Loop Through All 256 Lists |