anims:: yet another hotkey clash fixed

This commit is contained in:
Zeno Rogue
2019-02-06 18:48:52 +01:00
parent 279f4fa0a0
commit 989fc119bc
+1 -1
View File
@@ -880,7 +880,7 @@ void show() {
}
#endif
if(conformal::model_has_orientation())
animator(XLAT("model rotation"), ballangle_rotation, 'R');
animator(XLAT("model rotation"), ballangle_rotation, 'I');
else if(among(pmodel, mdHyperboloid, mdHemisphere, mdBall))
animator(XLAT("3D rotation"), ballangle_rotation, '3');