Remove gfxmeminfo command when shuting down Rend2.

This commit is contained in:
Zack Middleton 2012-10-26 04:07:07 +00:00
parent 3814f04a8a
commit c9e5537341

View file

@ -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 ) {