mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
fixed the step in configure_edge_display
This commit is contained in:
parent
56f668a7b1
commit
12047beb3a
@ -1722,7 +1722,7 @@ void configure_edge_display() {
|
||||
i = 1 / t->visible_from;
|
||||
dialog::editNumber(i, 1, 1000000, 1, 500, s3, "");
|
||||
dialog::reaction = [t] () { t->visible_from = i ? 1. / i : 5; };
|
||||
dialog::scaleLog();
|
||||
dialog::scaleLog(); dialog::ne.step = .2;
|
||||
});
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user