aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-10-26 00:10:58 +0000
committernathan <nathansmith@disroot.org>2025-10-26 00:10:58 +0000
commit5925230971875ba3e6e591f0655cf84b739b50fc (patch)
treea08383647602ec9afc4cce49da4f25242e9e236b /src/player.c
parent361c596fa09e9bac1d256ee21da63e352d796fa3 (diff)
downloadFindThings-5925230971875ba3e6e591f0655cf84b739b50fc.tar.gz
FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.tar.bz2
FindThings-5925230971875ba3e6e591f0655cf84b739b50fc.zip
New entity system is working (:
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)
{