This commit is contained in:
2026-01-26 19:01:39 +03:00
parent 68505a77ae
commit 906ddd75d4

View File

@@ -29,6 +29,6 @@ namespace omath::primitives
poly[0] = {1, 1, 2};
poly[1] = {0, 1, 3};
return PlaneMesh(std::move(grid), std::move(poly));
return PlaneMeshType(std::move(grid), std::move(poly));
}
} // namespace omath::primitives