closing window works again
This commit is contained in:
parent
57e78e8bde
commit
9912c8ce58
3 changed files with 11 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue