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