rogueviz adjusted to the changes

This commit is contained in:
Zeno Rogue
2023-08-14 20:13:52 +02:00
parent beb679ccab
commit 07857e612a
14 changed files with 32 additions and 35 deletions
+1 -2
View File
@@ -246,8 +246,7 @@ bool cylanim = false;
void o_key(o_funcs& v) {
v.push_back(named_functionality("ring size", [] {
dialog::editNumber(cscale, 0, 1, .01, .1, "", "");
dialog::reaction = reset;
dialog::editNumber(cscale, 0, 1, .01, .1, "", "").reaction = reset;
}));
}