summaryrefslogtreecommitdiff
path: root/src/part.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/part.c')
-rw-r--r--src/part.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/part.c b/src/part.c
index 86e17f9..a722193 100644
--- a/src/part.c
+++ b/src/part.c
@@ -24,6 +24,6 @@ IMPL(update) {
IMPL(draw) {
TZR_DrawSetColor(1, 1, 1, 1);
- TZR_DrawRectangle(true, this->pos[0], this->pos[1],
- this->width, this->height);
+ TZR_DrawRectangle(this->pos[0], this->pos[1],
+ this->width, this->height, .fill=true);
}