summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 16:48:51 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-04 16:48:51 +0100
commitc162e010ae85c636131ff59e8d810be4e9960caa (patch)
tree03d2e88a7fdb7730b54eb4524abf436c098b8249 /src/game.c
parent88e4037c0b526e33cd03f0b62783b198d8585768 (diff)
throwables ui
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.c b/src/game.c
index 2222b86..3a39f76 100644
--- a/src/game.c
+++ b/src/game.c
@@ -358,8 +358,6 @@ static void move_camera(platform_window* window) {
_camera_buffer.y += diry*speedy;
_global_camera.x = (int)_camera_buffer.x;
_global_camera.y = (int)_camera_buffer.y;
- //_global_camera.x = _next_camera_pos.x;
- //_global_camera.y = _next_camera_pos.y;
}
void update_game(platform_window* window) {