Fixed a bug in glow map generation

This commit is contained in:
Josh Yelon 2008-05-27 22:20:09 +00:00
parent 81f8bfb1a8
commit 3f69740ab9

View File

@ -174,6 +174,9 @@ analyze_renderstate(const RenderState *rs) {
_calc_primary_alpha = true;
_out_primary_glow = true;
_subsume_alpha_test = true;
} else {
_calc_primary_alpha = false;
_out_primary_glow = true;
}
} else {
if (_have_alpha_blend || _have_alpha_test) {