1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-18 03:04:48 +00:00

anims:: yet another hotkey clash fixed

This commit is contained in:
Zeno Rogue 2019-01-02 16:22:34 +01:00
parent 279f4fa0a0
commit 989fc119bc

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