This commit is contained in:
2023-06-12 06:25:17 -07:00
parent 836ecb265b
commit a4eecbe1d4
6 changed files with 181 additions and 153 deletions

View File

@ -66,9 +66,6 @@ NewTrueTypeFaceTexture::NewTrueTypeFaceTexture(
info.bitmapPosition = glm::vec2(face->glyph->bitmap_left, -face->glyph->bitmap_top);
info.textureY = y;
char c2 = (char)c;
if(c2 == 'H') {
std::cout << "H" << std::endl;
}
this->characterData[c] = info;
// Buffer the pixels, oh dear GOD there has to be a more efficient way.