hopefully fixed blackscreen 🙏

This commit is contained in:
Kolyah35
2026-03-16 23:16:16 +03:00
parent c7d6289781
commit 183487853c
8 changed files with 3561 additions and 858 deletions

View File

@@ -143,9 +143,8 @@ int main(void) {
glfwSetWindowSizeCallback(window, window_size_callback);
glfwMakeContextCurrent(window);
gladLoadGLES1Loader((GLADloadproc)winGLLoader);
gladLoadGLLoader((GLADloadproc)glfwGetProcAddress);
glfwSwapInterval(0);
glPatchDesktopCompat();
#endif
App* app = new MAIN_CLASS();