No subject
Thu Mar 12 04:07:34 EDT 2009
Modified files:
gl_models.c
------=MIME.30bbd9e4e5f215908de8d773b60d710c
Content-Type: text/plain; name="darkplaces.20021003.065203.molivier.diff"
Content-Disposition: attachment; filename="darkplaces.20021003.065203.molivier.diff"
Content-Transfer-Encoding: 8bit
Index: darkplaces/gl_models.c
diff -u darkplaces/gl_models.c:1.54 darkplaces/gl_models.c:1.55
--- darkplaces/gl_models.c:1.54 Mon Sep 30 14:01:07 2002
+++ darkplaces/gl_models.c Thu Oct 3 02:51:52 2002
@@ -320,7 +320,7 @@
colormapped = !skinframe->merged || (ent->colormap >= 0 && skinframe->base && (skinframe->pants || skinframe->shirt));
- if (!colormapped && !fog && !skinframe->glow && !skinframe->fog)
+ if (r_quickmodels.integer && !colormapped && !fog && !skinframe->glow && !skinframe->fog)
{
// fastpath for the normal situation (one texture)
memset(&m, 0, sizeof(m));
------=MIME.30bbd9e4e5f215908de8d773b60d710c--
More information about the twilight-commits
mailing list