1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

moved unsorted to the last presentation

This commit is contained in:
Zeno Rogue 2021-03-31 15:19:54 +02:00
parent f63a3f0612
commit 22c3bf8821

View File

@ -379,7 +379,7 @@ int pres_hooks =
}
}
}) +
addHook(tour::ss::hooks_extra_slideshows, 100, [] (tour::ss::slideshow_callback cb) {
addHook(tour::ss::hooks_extra_slideshows, 300, [] (tour::ss::slideshow_callback cb) {
if(rogueviz::pres::rvslides_data.empty()) pres::gen_rvtour_data();
cb(XLAT("non-Euclidean geometry in data analysis"), &pres::rvslides_data[0], 'd');