1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 04:47:41 +00:00

intra:: reset raycaster on changes; do not try to change scalefactor automatically

This commit is contained in:
Zeno Rogue
2022-11-04 23:42:48 +01:00
parent af851a1d70
commit ba009a80b2
3 changed files with 6 additions and 6 deletions

View File

@@ -1004,6 +1004,7 @@ EX void showEuclideanMenu() {
dialog::addSelItem(XLAT("Z-level height factor"), fts(vid.plevel_factor), 'Z');
dialog::add_action([] {
dialog::editNumber(vid.plevel_factor, 0, 2, 0.1, 0.7, XLAT("Z-level height factor"), "");
dialog::reaction = ray::reset_raycaster;
});
}
else if(hybri) {