mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed bandspin explorable to use band, not Joukowsky Inverted
This commit is contained in:
parent
56b5d52534
commit
37d558944e
@ -1852,7 +1852,7 @@ startanim bandspin { "spinning in the band model", no_init, [] {
|
||||
dynamicval<int> dv(vid.use_smart_range, 2);
|
||||
models::configure();
|
||||
gamescreen();
|
||||
explorable([] { pmodel = mdJoukowskyInverted; pushScreen(models::model_menu); });
|
||||
explorable([] { pmodel = mdBand; pushScreen(models::model_menu); });
|
||||
}};
|
||||
|
||||
startanim perspective { "projection distance", no_init, [] {
|
||||
|
Loading…
Reference in New Issue
Block a user