mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-30 02:44:51 +00:00
ads:: reduced draw_per_frame for performance
This commit is contained in:
parent
3f80cd3177
commit
91becce046
@ -107,7 +107,7 @@ ld fuel_particle_life = .15;
|
|||||||
cell *starting_point;
|
cell *starting_point;
|
||||||
|
|
||||||
int max_gen_per_frame = 3;
|
int max_gen_per_frame = 3;
|
||||||
int draw_per_frame = 1000;
|
int draw_per_frame = 200;
|
||||||
|
|
||||||
/* for DS */
|
/* for DS */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user