Wondows :(
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 5m25s

This commit is contained in:
2024-08-08 00:14:24 -04:00
parent 91baa826fa
commit ec964dbee1
5 changed files with 20 additions and 17 deletions

View File

@@ -249,6 +249,7 @@ int main(int argc, char** argv) {
window->Open();
window->initGL();
window->setResizable(true);
window->setVsyncEnabled(true);
while (window->isAlive()) {
window->pollEvents();