window_destroy is broken and screws up everything

This commit is contained in:
Kevin Lange 2012-03-10 09:12:40 -06:00
parent 73c6171226
commit f8ca55805a

View File

@ -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;