summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-20 18:29:06 +0100
committerkdx <kikoodx@paranoici.org>2023-03-20 18:29:06 +0100
commit2ae473a021a7b7603101fbb19e4a09eb7e497164 (patch)
tree8fd33a972d19acf9fdf595db8feb4016ad4c5cae
parent9a75800f10e745beca6fddbace5e3689f6ba6463 (diff)
downloadhyperultra-2ae473a021a7b7603101fbb19e4a09eb7e497164.tar.gz
exit was cringe
-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