(ezc): generate only requested frames

This commit is contained in:
2024-07-07 22:10:29 +02:00
parent b2f4c065ea
commit 2490e2cc68
7 changed files with 28 additions and 27 deletions

View File

@@ -354,7 +354,7 @@ void thread_sort_tab_run(Info & i)
Ezc::Pattern * p = pattern_cacher.GetPattern(*thread_info.item_sort_tab[item_sort_index]);
item_run_content.clear();
InitGenerator(ezc_generator, cur->request->models);
InitGenerator(ezc_generator, *cur->request);
ezc_generator.SetPattern(*p);
ezc_generator.Generate(item_run_content);