mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Fixing last (hopefully) problems with fullbrights. E2 looks awesome now :)
git-svn-id: https://svn.eduke32.com/eduke32@237 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9fcbb72c59
commit
66e597ab4f
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@ void drawpoly (double *dpx, double *dpy, long n, long method)
|
||||||
yy = tsizy; oy2 = (double)1.0/(double)yy;
|
yy = tsizy; oy2 = (double)1.0/(double)yy;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(method&3)) {
|
if ((!(method&3)) && (!fullbrightdrawingpass)) {
|
||||||
bglDisable(GL_BLEND);
|
bglDisable(GL_BLEND);
|
||||||
bglDisable(GL_ALPHA_TEST);
|
bglDisable(GL_ALPHA_TEST);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue