From 325dca9f212f9fd44cd10a8180529970c7a08c72 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 21 Jun 2021 18:11:55 +0700 Subject: Remove trailing whitespaces and duplicated blank lines --- src/Text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text.cpp') 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 -- cgit 1.4.1