This commit is contained in:
Nishi 2026-09-17 03:38:11 +09:00
commit 7398604b7c

View file

@ -138,9 +138,6 @@ void MwDrawRectLine(MwWidget handle, MwRect* rect, MwLLColor color) {
MwFixRect(&r);
r.width--;
r.height--;
p[0].x = r.x;
p[0].y = r.y;