mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-20 18:31:59 +00:00
rogueviz adjusted to the changes
This commit is contained in:
@@ -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;
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user