Graphics buffer is no longer valid when closed.

This commit is contained in:
aignacio_sf 2006-09-21 02:56:47 +00:00
parent 17aba01cdf
commit 9189ad4362

View File

@ -514,5 +514,7 @@ close_buffer() {
// Release the Gsg
_gsg.clear();
_is_valid = false;
}