mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
shot:: using models::is_3d
This commit is contained in:
parent
9648642dd2
commit
ad65ac4aa4
@ -1612,7 +1612,7 @@ EX void show() {
|
||||
#endif
|
||||
if(models::has_orientation(vpconf.model))
|
||||
animator(XLAT("model rotation"), ballangle_rotation, 'I');
|
||||
else if(among(pmodel, mdHyperboloid, mdHemisphere, mdBall))
|
||||
else if(models::is_3d(vpconf))
|
||||
animator(XLAT("3D rotation"), ballangle_rotation, '3');
|
||||
|
||||
dialog::addSelItem(XLAT("animate parameters"), fts(a), 'a');
|
||||
|
Loading…
Reference in New Issue
Block a user