diff --git a/src/Engine/Data/Mesh.hpp b/src/Engine/Data/Mesh.hpp index 9b3637001e3..0f36fb80616 100644 --- a/src/Engine/Data/Mesh.hpp +++ b/src/Engine/Data/Mesh.hpp @@ -505,7 +505,7 @@ class RA_ENGINE_API Mesh : public IndexedGeometry /// Each face of the polyhedron (typically quads) are assume to be planar and convex. /// Simple triangulation is performed on the fly before sending data to the GPU. template -class RA_ENGINE_API GeneralMesh : public IndexedGeometry +class GeneralMesh : public IndexedGeometry { using base = IndexedGeometry; using IndexType = Core::Vector3ui;