Session::debug_raycast_print_model_id_if_changed

This commit is contained in:
2025-02-21 12:50:57 -08:00
parent 6ef6174693
commit 041cc15f20
3 changed files with 20 additions and 1 deletions
engine
physics
session
strafe-client/src

@ -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);
})
}