mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
fixed SLR graphical duplication needlessly called outside of SLR
This commit is contained in:
parent
71e8f84cec
commit
5312459d16
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user