We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f0797 commit 32ff836Copy full SHA for 32ff836
src/ProjectManager.cpp
@@ -73,7 +73,7 @@ void Init(){
73
// ImageFormat::Decode::RGB5A3(&bnr, 96, 32, bnrImgData.data());
74
//}
75
76
- glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 96, 32, 0, GL_RGBA, GL_UNSIGNED_BYTE, bnrImgData.data());
+ //glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 96, 32, 0, GL_RGBA, GL_UNSIGNED_BYTE, bnrImgData.data());
77
glBindTexture(GL_TEXTURE_2D, 0);
78
}
79
0 commit comments