mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-29 16:32:53 +00:00
fixup spiral ??
This commit is contained in:
parent
27581ff8b0
commit
b239e12cbb
@ -913,7 +913,7 @@ namespace conformal {
|
|||||||
dialog::addSelItem(XLAT("spiral angle"), fts(spiral_angle), 'x');
|
dialog::addSelItem(XLAT("spiral angle"), fts(spiral_angle), 'x');
|
||||||
dialog::add_action([](){
|
dialog::add_action([](){
|
||||||
dialog::editNumber(spiral_angle, 0, 360, 15, 0, XLAT("spiral angle"),
|
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")
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user