Migrate to latest ReWindow

This commit is contained in:
2024-02-21 23:27:10 -05:00
parent da30a7eedd
commit d1d2493435
3 changed files with 18 additions and 17 deletions

View File

@@ -69,7 +69,7 @@ public:
glPixelStorei(GL_UNPACK_ALIGNMENT, 1);
//glEnable(GL_CULL_FACE);
glEnable(GL_CULL_FACE);
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glEnable(GL_TEXTURE_2D);