1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-28 16:02:53 +00:00

fixed bandspin explorable to use band, not Joukowsky Inverted

This commit is contained in:
Zeno Rogue 2023-08-15 15:49:47 +02:00
parent 56b5d52534
commit 37d558944e

View File

@ -1852,7 +1852,7 @@ startanim bandspin { "spinning in the band model", no_init, [] {
dynamicval<int> dv(vid.use_smart_range, 2); dynamicval<int> dv(vid.use_smart_range, 2);
models::configure(); models::configure();
gamescreen(); gamescreen();
explorable([] { pmodel = mdJoukowskyInverted; pushScreen(models::model_menu); }); explorable([] { pmodel = mdBand; pushScreen(models::model_menu); });
}}; }};
startanim perspective { "projection distance", no_init, [] { startanim perspective { "projection distance", no_init, [] {