mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Reduce traversal_config min dist
* Fix LOS pillar cheesing
This commit is contained in:
parent
81b8521710
commit
68da12ab6b
@ -1539,7 +1539,7 @@ impl<'a> AgentData<'a> {
|
||||
self.vel.0,
|
||||
pathing_pos,
|
||||
TraversalConfig {
|
||||
min_tgt_dist: 1.25,
|
||||
min_tgt_dist: 0.25,
|
||||
..self.traversal_config
|
||||
},
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user