Skip to content

Commit 7576741

Browse files
authored
Update ComponentGraphicsImpl.hx (#66)
1 parent 324cef5 commit 7576741

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

haxe/ui/backend/ComponentGraphicsImpl.hx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ class ComponentGraphicsImpl extends ComponentGraphicsBase {
135135
g.drawScaledImage(img, sx + x, sy + y, width, height);
136136
default:
137137
}
138+
case _:
139+
// Handle any other commands or ignore them
138140
}
139141
}
140142
}
141-
}
143+
}

0 commit comments

Comments
 (0)