summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Friz64 <friz64mc@gmail.com>2019-11-30 17:30:42 +0100
committerLibravatar Friz64 <friz64mc@gmail.com>2019-12-02 19:10:07 +0100
commitf8fac432c665e57267243a9ee3920208b2724e6e (patch)
treee680ec54395a0d9082b948ce653580a7e41858fa /examples
parent5eec3a8867f4fbd54e2e28e5d984c2ca7ec0fea4 (diff)
downloadiced-f8fac432c665e57267243a9ee3920208b2724e6e.tar.gz
iced-f8fac432c665e57267243a9ee3920208b2724e6e.tar.bz2
iced-f8fac432c665e57267243a9ee3920208b2724e6e.zip
Finalize work
Diffstat (limited to 'examples')
-rw-r--r--examples/tour.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour.rs b/examples/tour.rs
index 6b366957..0121c3bd 100644
--- a/examples/tour.rs
+++ b/examples/tour.rs
@@ -145,7 +145,7 @@ impl Steps {
Step::Debugger,
Step::End,
],
- current: 6,
+ current: 0,
}
}