From 989fc119bca637d8fa0cbbd5b4015dc2d22fc402 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 2 Jan 2019 16:22:34 +0100 Subject: [PATCH] anims:: yet another hotkey clash fixed --- screenshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshot.cpp b/screenshot.cpp index aa0c572d..ad3ccf8a 100644 --- a/screenshot.cpp +++ b/screenshot.cpp @@ -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');