mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-08 03:36:43 +00:00
ray:: reduced default max_cells
This commit is contained in:
parent
a9d3efe02c
commit
79cbebf22f
@ -28,7 +28,7 @@ EX ld minstep = .001;
|
||||
|
||||
EX int max_iter_sol = 600, max_iter_iso = 60;
|
||||
|
||||
EX int max_cells = 8192;
|
||||
EX int max_cells = 2048;
|
||||
EX bool rays_generate = true;
|
||||
|
||||
ld& exp_decay_current() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user