ads-game:: less expensive

This commit is contained in:
Zeno Rogue 2022-09-17 15:16:26 +02:00
parent b1baf393ba
commit fa1f237f37
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ void draw_game_cell(cell *cs, ads_matrix V, ld plev) {
bool view_ads_game() {
auto plev = cgi.plevel; /* we are in another CGI so we have no access to that... */
gen_budget = 5;
gen_budget = 3;
displayed.clear();
vctr = new_vctr;

View File

@ -67,7 +67,7 @@ void compute_life(cell *c, transmatrix S1, const worldline_visitor& wv) {
return true;
}
return false;
}, 20);
}, 10);
if(!next_c) return;
S1 = next_S1;
cur_w = next_w;