Sort of fixed enemy freezes

Former-commit-id: b21819c6309cec41d4812e712c1ca3b31452e530
This commit is contained in:
Joshua Barretto 2019-05-28 00:04:25 +01:00 committed by Louis Pearson
parent 923ee08ac2
commit 61ca4b5775

View File

@ -93,7 +93,7 @@ impl<'a> System<'a> for Sys {
},
None => {
control.move_dir = Vec2::one();
rand::random::<f32>().fract() < 0.25
true
},
};