[nexuiz-commits] r7329 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 4 09:57:55 EDT 2009


Author: div0
Date: 2009-08-04 09:57:55 -0400 (Tue, 04 Aug 2009)
New Revision: 7329

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
experimental change: why was R_AddEntities there? we'll find out


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-08-04 13:38:49 UTC (rev 7328)
+++ trunk/data/qcsrc/client/View.qc	2009-08-04 13:57:55 UTC (rev 7329)
@@ -479,13 +479,13 @@
 	mousepos = mousepos*0.5 + getmousepos();
 	*/
 
-	R_AddEntities(MASK_NORMAL | MASK_ENGINE | MASK_ENGINEVIEWMODELS);
-
 	e = self;
 	for(self = world; (self = nextent(self)); )
 		if(self.draw)
 			self.draw();
 	self = e;
+
+	R_AddEntities(MASK_NORMAL | MASK_ENGINE | MASK_ENGINEVIEWMODELS);
 	R_RenderScene();
 
 	// now switch to 2D drawing mode by calling a 2D drawing function



More information about the nexuiz-commits mailing list