mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed the bug with smart range
This commit is contained in:
parent
2314eaba29
commit
7af403490a
@ -1461,7 +1461,6 @@ EX void initConfig() {
|
||||
param_b(texture::texture_aura, "texture-aura", false);
|
||||
#endif
|
||||
|
||||
param_i(vid.use_smart_range, "smart-range", 0);
|
||||
param_f(vid.smart_range_detail, "smart-range-detail", 8)
|
||||
->editable(1, 50, 1, "minimum visible cell in pixels", "", 'd')
|
||||
->set_extra([] { add_cells_drawn('C'); });
|
||||
|
Loading…
Reference in New Issue
Block a user