From 55c41463ddec9ebf89ca545465d96a7b982e3ede Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 3 Nov 2019 14:44:26 +0100 Subject: [PATCH] s2xe:: fixed unfilled shapes --- drawing.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/drawing.cpp b/drawing.cpp index c1098e92..0da40b76 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -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();