- fixed: The 'transparent' line flag did not work due to a leftover OPAQUE constant where floats were expected.

This commit is contained in:
Christoph Oelckers 2017-02-07 00:24:04 +01:00
parent f77a528e13
commit 2021baf47d

View file

@ -1097,7 +1097,7 @@ public:
{
ld->alpha = 0.75;
}
if (strifetrans2 && ld->alpha == OPAQUE)
if (strifetrans2 && ld->alpha == 1.)
{
ld->alpha = 0.25;
}