1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

fixup spiral ??

This commit is contained in:
Zeno Rogue 2019-04-03 20:50:39 +02:00
parent 27581ff8b0
commit b239e12cbb

View File

@ -913,7 +913,7 @@ namespace conformal {
dialog::addSelItem(XLAT("spiral angle"), fts(spiral_angle), 'x');
dialog::add_action([](){
dialog::editNumber(spiral_angle, 0, 360, 15, 0, XLAT("spiral angle"),
XLAT("set to 90° for the ring projection"
XLAT("set to 90° for the ring projection")
);
});