window_destroy is broken and screws up everything
This commit is contained in:
parent
73c6171226
commit
f8ca55805a
@ -50,7 +50,7 @@ int main (int argc, char ** argv) {
|
||||
window_redraw_full(wina);
|
||||
}
|
||||
|
||||
window_destroy(wina); // (will close on exit)
|
||||
//window_destroy(wina); // (will close on exit)
|
||||
teardown_windowing();
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user