From 28ffc82ac0f22ae65dd01fbe4d2dd2a36d13057c Mon Sep 17 00:00:00 2001 From: Quaternions <krakow20@gmail.com> Date: Thu, 20 Feb 2025 10:48:57 -0800 Subject: [PATCH] debug print ray hit --- strafe-client/src/physics_worker.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/strafe-client/src/physics_worker.rs b/strafe-client/src/physics_worker.rs index 63ce68f..e6c1c92 100644 --- a/strafe-client/src/physics_worker.rs +++ b/strafe-client/src/physics_worker.rs @@ -77,5 +77,8 @@ pub fn new<'a>( run_session_instruction!(ins.time,SessionInstruction::LoadReplay(bot)); } } + + //whatever just do it + session.debug_raycast_print_model_id_if_changed(ins.time); }) }