mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
shot:: using models::is_3d
This commit is contained in:
parent
9648642dd2
commit
ad65ac4aa4
@ -1612,7 +1612,7 @@ EX void show() {
|
|||||||
#endif
|
#endif
|
||||||
if(models::has_orientation(vpconf.model))
|
if(models::has_orientation(vpconf.model))
|
||||||
animator(XLAT("model rotation"), ballangle_rotation, 'I');
|
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');
|
animator(XLAT("3D rotation"), ballangle_rotation, '3');
|
||||||
|
|
||||||
dialog::addSelItem(XLAT("animate parameters"), fts(a), 'a');
|
dialog::addSelItem(XLAT("animate parameters"), fts(a), 'a');
|
||||||
|
Loading…
Reference in New Issue
Block a user