aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.c')
-rw-r--r--src/player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.c b/src/player.c
index 5c1c150..4fe468e 100644
--- a/src/player.c
+++ b/src/player.c
@@ -93,7 +93,7 @@ void updatePlayer(Player* player, Game* game)
int tests;
WorldUID uid = castRayAtWorld(&game->world, ray, false, &tests);
- printf("%d\n", tests);
+ //printf("%d\n", tests);
if (uid != -1)
{