removed TODO comment

This commit is contained in:
horblegorble 2024-06-24 00:05:52 +10:00
parent 75cf72dd4d
commit 14c5ea562e

View File

@ -6251,7 +6251,6 @@ impl<'a> AgentData<'a> {
if attack_data.dist_sqrd
> (attack_data.body_dist + STRIKE_RANGE * PATH_RANGE_FACTOR).powi(2)
{
// TODO: pathing gap
self.path_toward_target(
agent,
controller,