r1283 - trunk/code/renderer
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Mar 26 22:42:17 EDT 2008
Author: thilo
Date: 2008-03-26 22:42:17 -0400 (Wed, 26 Mar 2008)
New Revision: 1283
Modified:
trunk/code/renderer/tr_model.c
Log:
This hack probably is not needed anymore.
Modified: trunk/code/renderer/tr_model.c
===================================================================
--- trunk/code/renderer/tr_model.c 2008-03-26 16:20:21 UTC (rev 1282)
+++ trunk/code/renderer/tr_model.c 2008-03-27 02:42:17 UTC (rev 1283)
@@ -875,7 +875,7 @@
// NOTE: this sucks, for some reason the first stretch pic is never drawn
// without this we'd see a white flash on a level load because the very
// first time the level shot would not be drawn
- RE_StretchPic(0, 0, 0, 0, 0, 0, 1, 1, 0);
+// RE_StretchPic(0, 0, 0, 0, 0, 0, 1, 1, 0);
}
//=============================================================================
More information about the quake3-commits
mailing list