From ad65ac4aa40995f12bbf2fb856328ded817e36fa Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 3 Jul 2020 15:24:46 +0200 Subject: [PATCH] shot:: using models::is_3d --- screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot.cpp b/screenshot.cpp index 1a4b3a86..d0336385 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -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');