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:
parent
279f4fa0a0
commit
989fc119bc
@ -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');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user