summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Friz64 <friz64mc@gmail.com>2019-12-02 18:51:34 +0100
committerLibravatar Friz64 <friz64mc@gmail.com>2019-12-02 19:12:05 +0100
commit6943041e0fad65927a741e316509bf07bdaa2f61 (patch)
treedf73b7f8e5d2a51a437d70984192393909e39dfd /examples
parent9a733bb3c89e15ada05fc90efb71eeae12b8c9c1 (diff)
downloadiced-6943041e0fad65927a741e316509bf07bdaa2f61.tar.gz
iced-6943041e0fad65927a741e316509bf07bdaa2f61.tar.bz2
iced-6943041e0fad65927a741e316509bf07bdaa2f61.zip
Address suggestions
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,
}
}