This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Graphics buffer is no longer valid when closed.
aignacio_sf
19 years ago
parent
17aba01cdf
commit
9189ad4362
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
panda/src/glstuff/glGraphicsBuffer_src.cxx
+ 2
- 0
panda/src/glstuff/glGraphicsBuffer_src.cxx
View File
@@ -514,5 +514,7 @@ close_buffer() {
// Release the Gsg
_gsg.clear();
+
+ _is_valid = false;
}