Reset tour start to 0

This commit is contained in:
Friz64 2019-12-02 18:58:25 +01:00
parent 6943041e0f
commit 6b25b4df22

View File

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