it at least does something

This commit is contained in:
Dynamitos
2025-02-28 16:56:51 +09:00
parent f73cc61693
commit 67b4a533f2
40 changed files with 440 additions and 413 deletions
+1
View File
@@ -158,6 +158,7 @@ int main() {
// .numSamples = Gfx::SE_SAMPLE_COUNT_1_BIT,
// });
window->show();
while (windowManager->isActive() && getGlobals().running) {
windowManager->render();
}