Typo
authorTomas Wenström <tomas.wenstrom@gmail.com>
Sat, 6 Feb 2021 10:51:48 +0000 (11:51 +0100)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Sat, 6 Feb 2021 10:51:48 +0000 (11:51 +0100)
src/core/app.rs

index 434f56c..18be50c 100644 (file)
@@ -141,7 +141,7 @@ impl App {
     pub fn start(&mut self) {
         let mut last_time = Instant::now();
 
-       self.states[0].enter(&mut self.ctrl_man);
+       self.states[0].enter(&self.ctrl_man);
 
         loop {
            if let Some(change) = self.handle_events() {