mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
increase stallman's anger levels
This commit is contained in:
@@ -315,7 +315,7 @@ impl State {
|
||||
}
|
||||
|
||||
fn update(&mut self) {
|
||||
if rand::thread_rng().gen_range(0, 10) == 0 {
|
||||
if rand::thread_rng().gen_range(0, 5) == 0 {
|
||||
self.is_space_pressed = !self.is_space_pressed;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user