fixed SLR graphical duplication needlessly called outside of SLR

This commit is contained in:
Zeno Rogue 2020-11-08 11:51:36 +01:00
parent 71e8f84cec
commit 5312459d16
1 changed files with 1 additions and 1 deletions

View File

@ -1741,7 +1741,7 @@ void dqi_poly::draw() {
if(flags & POLY_ONE_LEVEL) min_slr = max_slr = 0;
max_slr++;
}
else min_slr = 0, max_slr = 1;
else min_slr = 0, max_slr = 0;
set_width(get_width(this));
flags &= ~POLY_INVERSE;
gldraw();