1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 05:16:00 +00:00

rvtour:: finished changing rvtour to pres

This commit is contained in:
Zeno Rogue
2020-09-13 06:32:18 +02:00
parent 1937659a03
commit 910775a25d
13 changed files with 19 additions and 19 deletions

View File

@@ -208,7 +208,7 @@ auto msc =
walkers.clear();
total_time = 0;
})
+ addHook(rvtour::hooks_build_rvtour, 180, [] (vector<tour::slide>& v) {
+ addHook(pres::hooks_build_rvtour, 180, [] (vector<tour::slide>& v) {
v.push_back(tour::slide{
cap+"random walk visualization", 10, tour::LEGAL::NONE | tour::QUICKSKIP,
"Here we see random walk in various geometries.\n"