This commit is contained in:
Charles J. Cliffe
2015-08-03 23:41:37 -04:00
parent 00713c0259
commit bab2ad3780
13 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ int GLFontChar::getIndex() {
}
GLFont::GLFont() :
numCharacters(0), lineHeight(0), base(0), imageWidth(0), imageHeight(0), loaded(false), texId(0) {
lineHeight(0), base(0), imageWidth(0), imageHeight(0), loaded(false), texId(0) {
}