mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'juliancoffee/fix-wallstuck' into 'master'
Reduce traversal_config min dist See merge request veloren/veloren!3596
This commit is contained in:
commit
f04a17b907
@ -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