1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-04 04:43:57 +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 #endif
if(conformal::model_has_orientation()) 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)) else if(among(pmodel, mdHyperboloid, mdHemisphere, mdBall))
animator(XLAT("3D rotation"), ballangle_rotation, '3'); animator(XLAT("3D rotation"), ballangle_rotation, '3');