mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 13:27:17 +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::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")
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user