1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

fixed the step in configure_edge_display

This commit is contained in:
Zeno Rogue 2018-07-11 12:38:06 +02:00
parent 56f668a7b1
commit 12047beb3a

View File

@ -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;