summaryrefslogtreecommitdiff
path: root/src/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit.c')
-rw-r--r--src/exit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exit.c b/src/exit.c
index 9efa7d8..e1a4909 100644
--- a/src/exit.c
+++ b/src/exit.c
@@ -6,8 +6,7 @@ IMPL_UPDATE() {
IMPL_DRAW() {
LZY_DrawSetColor(BLACK);
- rotrect(this->pos[0] - this->width / 2.0,
- this->pos[1] - this->height / 2.0,
+ rotrect(this->pos[0], this->pos[1],
this->width, this->height, 0.2);
} IMPL_END