First implementation

This commit is contained in:
Friz64 2019-11-25 20:27:15 +01:00 committed by Friz64
parent e404f5098a
commit 5eec3a8867
5 changed files with 119 additions and 51 deletions

View file

@ -145,7 +145,7 @@ impl Steps {
Step::Debugger,
Step::End,
],
current: 0,
current: 6,
}
}