fix assertion error on window close

This commit is contained in:
David Rose 2004-02-12 16:36:02 +00:00
parent 15d7d45b8b
commit 61fb002677

View File

@ -547,6 +547,7 @@ void GraphicsWindow::
close_window() {
display_cat.info()
<< "Closing " << get_type() << "\n";
_is_valid = false;
}
////////////////////////////////////////////////////////////////////