summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Friz64 <friz64@arch.localdomain>2019-11-25 20:27:15 +0100
committerLibravatar Friz64 <friz64mc@gmail.com>2019-12-02 19:09:17 +0100
commit5eec3a8867f4fbd54e2e28e5d984c2ca7ec0fea4 (patch)
tree2af1212ca051827f434845c6dc14a3b4b91f3bce /examples
parente404f5098a4e053f52e75175b6cd677e60d27517 (diff)
downloadiced-5eec3a8867f4fbd54e2e28e5d984c2ca7ec0fea4.tar.gz
iced-5eec3a8867f4fbd54e2e28e5d984c2ca7ec0fea4.tar.bz2
iced-5eec3a8867f4fbd54e2e28e5d984c2ca7ec0fea4.zip
First implementation
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 0121c3bd..6b366957 100644
--- a/examples/tour.rs
+++ b/examples/tour.rs
@@ -145,7 +145,7 @@ impl Steps {
Step::Debugger,
Step::End,
],
- current: 0,
+ current: 6,
}
}