From 66e597ab4fc01b7dcc68cd7d00405699b87005d0 Mon Sep 17 00:00:00 2001 From: Plagman Date: Sat, 22 Jul 2006 02:54:22 +0000 Subject: [PATCH] Fixing last (hopefully) problems with fullbrights. E2 looks awesome now :) git-svn-id: https://svn.eduke32.com/eduke32@237 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/build/src/polymost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/build/src/polymost.c b/polymer/build/src/polymost.c index d57a138ad..021b8976f 100644 --- a/polymer/build/src/polymost.c +++ b/polymer/build/src/polymost.c @@ -1477,7 +1477,7 @@ void drawpoly (double *dpx, double *dpy, long n, long method) yy = tsizy; oy2 = (double)1.0/(double)yy; } - if (!(method&3)) { + if ((!(method&3)) && (!fullbrightdrawingpass)) { bglDisable(GL_BLEND); bglDisable(GL_ALPHA_TEST); } else {