diff options
Diffstat (limited to 'src/tile.rs')
-rw-r--r-- | src/tile.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tile.rs b/src/tile.rs index c86706f..aa950df 100644 --- a/src/tile.rs +++ b/src/tile.rs @@ -78,17 +78,6 @@ impl Properties { Err(_) => None, }; - /* - if scramble_delay { - println!("in"); - let mut rng = rand::thread_rng(); - let d = delay.unwrap() as f32; - let normal = Normal::new(d, d * 0.50).unwrap(); - delay = Some(normal.sample(&mut rng) as usize); - println!("{:?}", delay); - } - */ - Properties { rotation: 0.0, entity, |