This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
cpp
/
panda3d
mirror de
https://github.com/panda3d/panda3d
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Graphics buffer is no longer valid when closed.
aignacio_sf
19 anos atrás
pai
17aba01cdf
commit
9189ad4362
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão unificada
Mostrar estatísticas do Diff
2
0
panda/src/glstuff/glGraphicsBuffer_src.cxx
+ 2
- 0
panda/src/glstuff/glGraphicsBuffer_src.cxx
Ver arquivo
@@ -514,5 +514,7 @@ close_buffer() {
// Release the Gsg
// Release the Gsg
_gsg.clear();
_gsg.clear();
+
+ _is_valid = false;
}
}