mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Sort of fixed enemy freezes
Former-commit-id: b21819c6309cec41d4812e712c1ca3b31452e530
This commit is contained in:
parent
923ee08ac2
commit
61ca4b5775
@ -93,7 +93,7 @@ impl<'a> System<'a> for Sys {
|
||||
},
|
||||
None => {
|
||||
control.move_dir = Vec2::one();
|
||||
rand::random::<f32>().fract() < 0.25
|
||||
true
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user