font clearing for texts

some refactoring
This commit is contained in:
devZoGok
2022-03-02 20:24:05 +02:00
parent 35ccac66b9
commit bb8302f3ce
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ namespace vb01{
glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
}
Texture::Texture(FT_Face &face, char ch){
Texture::Texture(FT_Face face){
texture = new u32;
glGenTextures(1, &texture[0]);