closing window works again

This commit is contained in:
Rakarake 2026-02-07 15:38:53 +01:00
parent 57e78e8bde
commit 9912c8ce58
3 changed files with 11 additions and 33 deletions

View file

@ -73,12 +73,10 @@ int main(int argc, char *argv[]) {
if (event.type == EVENT_NONE) {
printf("nothing, absolutely nothing\n");
}
if (event.type == EVENT_EXIT) {
running = false;
}
}
//while (state.running) {
// double time = time_since_start();
// render(&renderer, state.width, state.height, time, shader_path, 0);
// commit(&state);
//}
return 0;
}