shot:: using models::is_3d

This commit is contained in:
Zeno Rogue 2020-07-03 15:24:46 +02:00
parent 9648642dd2
commit ad65ac4aa4
1 changed files with 1 additions and 1 deletions

View File

@ -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');