mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-09 19:57:38 +00:00
ads:: reduced draw_per_frame for performance
This commit is contained in:
@@ -107,7 +107,7 @@ ld fuel_particle_life = .15;
|
||||
cell *starting_point;
|
||||
|
||||
int max_gen_per_frame = 3;
|
||||
int draw_per_frame = 1000;
|
||||
int draw_per_frame = 200;
|
||||
|
||||
/* for DS */
|
||||
|
||||
|
Reference in New Issue
Block a user