1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

s2xe:: fixed unfilled shapes

This commit is contained in:
Zeno Rogue 2019-11-03 14:44:26 +01:00
parent a080be76ad
commit 55c41463dd

View File

@ -1065,6 +1065,7 @@ void draw_s2xe0(dqi_poly *p) {
npoly.offset = 0; npoly.offset = 0;
npoly.tab = &glcoords; npoly.tab = &glcoords;
npoly.V = Id; npoly.V = Id;
npoly.flags &= ~ (POLY_INVERSE | POLY_FORCE_INVERTED);
set_width(1); set_width(1);
glcoords.clear(); glcoords.clear();