Skip to content

Commit 32ff836

Browse files
committed
more windows issues
1 parent 89f0797 commit 32ff836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void Init(){
7373
// ImageFormat::Decode::RGB5A3(&bnr, 96, 32, bnrImgData.data());
7474
//}
7575

76-
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 96, 32, 0, GL_RGBA, GL_UNSIGNED_BYTE, bnrImgData.data());
76+
//glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 96, 32, 0, GL_RGBA, GL_UNSIGNED_BYTE, bnrImgData.data());
7777
glBindTexture(GL_TEXTURE_2D, 0);
7878
}
7979

0 commit comments

Comments
 (0)