mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
removed TODO comment
This commit is contained in:
@ -6251,7 +6251,6 @@ impl<'a> AgentData<'a> {
|
|||||||
if attack_data.dist_sqrd
|
if attack_data.dist_sqrd
|
||||||
> (attack_data.body_dist + STRIKE_RANGE * PATH_RANGE_FACTOR).powi(2)
|
> (attack_data.body_dist + STRIKE_RANGE * PATH_RANGE_FACTOR).powi(2)
|
||||||
{
|
{
|
||||||
// TODO: pathing gap
|
|
||||||
self.path_toward_target(
|
self.path_toward_target(
|
||||||
agent,
|
agent,
|
||||||
controller,
|
controller,
|
||||||
|
Reference in New Issue
Block a user