mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
Remove gfxmeminfo command when shuting down Rend2.
This commit is contained in:
parent
3814f04a8a
commit
c9e5537341
1 changed files with 1 additions and 0 deletions
|
@ -1454,6 +1454,7 @@ void RE_Shutdown( qboolean destroyWindow ) {
|
||||||
ri.Cmd_RemoveCommand("minimize");
|
ri.Cmd_RemoveCommand("minimize");
|
||||||
ri.Cmd_RemoveCommand( "modelist" );
|
ri.Cmd_RemoveCommand( "modelist" );
|
||||||
ri.Cmd_RemoveCommand( "shaderstate" );
|
ri.Cmd_RemoveCommand( "shaderstate" );
|
||||||
|
ri.Cmd_RemoveCommand( "gfxmeminfo" );
|
||||||
|
|
||||||
|
|
||||||
if ( tr.registered ) {
|
if ( tr.registered ) {
|
||||||
|
|
Loading…
Reference in a new issue