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
1 changed files with 1 additions and 1 deletions

View File

@ -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, [] {