From 6972ca3cb557dfc6560afc9c696991214d51bb8a Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 16 Oct 2025 14:03:24 +0200 Subject: [PATCH] feat: make mesh objects shareable --- include/components/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/components/mesh.h b/include/components/mesh.h index 0627e1d..08c64e5 100644 --- a/include/components/mesh.h +++ b/include/components/mesh.h @@ -5,7 +5,7 @@ #include "renderer/wavefront.h" struct mesh { - std::unique_ptr object; + std::shared_ptr object; }; #endif // COMPONENTS_MESH_H_ \ No newline at end of file