From 906ddd75d4de88b94e6de3811f90f5f201e82b0a Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 26 Jan 2026 19:01:39 +0300 Subject: [PATCH] fix --- include/omath/3d_primitives/plane.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/3d_primitives/plane.hpp b/include/omath/3d_primitives/plane.hpp index f6c53a8..ea7f3cb 100644 --- a/include/omath/3d_primitives/plane.hpp +++ b/include/omath/3d_primitives/plane.hpp @@ -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