s2xe:: fixed unfilled shapes

This commit is contained in:
Zeno Rogue 2019-11-03 14:44:26 +01:00
parent a080be76ad
commit 55c41463dd
1 changed files with 1 additions and 0 deletions

View File

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