summary refs log tree commit diff
path: root/src/Text.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-21 18:11:55 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-21 21:31:11 +0700
commit325dca9f212f9fd44cd10a8180529970c7a08c72 (patch)
treee1cfaec078dfa49f4d51d05eef8a5b0967843a41 /src/Text.cpp
parent10f5376de856ecead4e8bbf66f19157f36f7a382 (diff)
downloadblackshades-1.2.0.tar.gz
Remove trailing whitespaces and duplicated blank lines 1.2.0
Diffstat (limited to 'src/Text.cpp')
-rw-r--r--src/Text.cpp2
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