diff options
author | Charadon <dev@iotib.net> | 2022-06-11 20:50:11 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-11 20:50:11 -0400 |
commit | 9aeea3ebd946f8803fe880c1c6fc98483a002444 (patch) | |
tree | 00f490b0ea9e79005f6e73d2ffc107c0190aa39b /src/marathon.c | |
parent | d3bd312749481a660556de4c14b47ffaa26c8374 (diff) | |
download | Pong-C-9aeea3ebd946f8803fe880c1c6fc98483a002444.tar.gz |
Switching to software mouse rather than use system mouse because it's a pain in the ass
Diffstat (limited to 'src/marathon.c')
-rw-r--r-- | src/marathon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marathon.c b/src/marathon.c index 6e871fa..135c533 100644 --- a/src/marathon.c +++ b/src/marathon.c @@ -145,7 +145,7 @@ void marathon_main() { } // Collision - ball(&Player.HitBox, NULL, &Ball, &Player.Score, NULL); + ball(&Player.HitBox, NULL, &Ball, &Player.Score, NULL); //Updates hitbox with player's position. Player.HitBox.y = Player.Y; |