From f351a002b66ae8a4b73588b7ffdffc69623181f3 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Mon, 22 Jul 2019 02:52:42 -0500 Subject: cleanup --- src/tile.rs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/tile.rs') 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, -- cgit v1.2.3