summaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index 7fe6c79..09a0436 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -9,7 +9,7 @@ use crate::{camera::Camera, sim::cell_manager::manager::CellManager};
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
pub enum Input {
// movement
- Up,
+ Up = 0,
Left,
Down,
Right,