mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
fix segfault error from tile gens
This commit is contained in:
@@ -214,7 +214,7 @@ struct Mesh {
|
||||
const auto table = solve_g(context, g_gens);
|
||||
const auto path = solve(context, g_gens, sg_gens).path;
|
||||
|
||||
const auto all = path.template walk<Mesh<N>, int>(base, g_gens, [table](Mesh<N> from, int gen) {
|
||||
const auto all = path.template walk<Mesh<N>, int>(base, gens(context), [table](Mesh<N> from, int gen) {
|
||||
from.apply(table, gen);
|
||||
return from;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user