[quake3-commits] r2333 - trunk/code/rend2

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 26 00:07:07 EDT 2012


Author: ztm
Date: 2012-10-26 00:07:07 -0400 (Fri, 26 Oct 2012)
New Revision: 2333

Modified:
   trunk/code/rend2/tr_init.c
Log:
Remove gfxmeminfo command when shuting down Rend2.

Modified: trunk/code/rend2/tr_init.c
===================================================================
--- trunk/code/rend2/tr_init.c	2012-10-26 03:56:45 UTC (rev 2332)
+++ trunk/code/rend2/tr_init.c	2012-10-26 04:07:07 UTC (rev 2333)
@@ -1454,6 +1454,7 @@
 	ri.Cmd_RemoveCommand("minimize");
 	ri.Cmd_RemoveCommand( "modelist" );
 	ri.Cmd_RemoveCommand( "shaderstate" );
+	ri.Cmd_RemoveCommand( "gfxmeminfo" );
 
 
 	if ( tr.registered ) {



More information about the quake3-commits mailing list