Add renderercommon/tr_common.h
This commit is contained in:
parent
3b0d355bf3
commit
2da0fd6de8
16 changed files with 98 additions and 477 deletions
|
@ -1287,6 +1287,9 @@ void RE_Shutdown( qboolean destroyWindow ) {
|
|||
// shut down platform specific OpenGL stuff
|
||||
if ( destroyWindow ) {
|
||||
GLimp_Shutdown();
|
||||
|
||||
Com_Memset( &glConfig, 0, sizeof( glConfig ) );
|
||||
Com_Memset( &glState, 0, sizeof( glState ) );
|
||||
}
|
||||
|
||||
tr.registered = qfalse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue