1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 06:30:41 +00:00

ads:: reduced draw_per_frame for performance

This commit is contained in:
Zeno Rogue 2024-09-17 18:26:14 +02:00
parent 3f80cd3177
commit 91becce046

View File

@ -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 */