Skip to content

Commit

Permalink
remove uneeded export api on template
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr authored and nmellado committed Oct 26, 2022
1 parent 764500b commit 60b8cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Data/Mesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ class RA_ENGINE_API Mesh : public IndexedGeometry<Core::Geometry::TriangleMesh>
/// 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 <typename T>
class RA_ENGINE_API GeneralMesh : public IndexedGeometry<T>
class GeneralMesh : public IndexedGeometry<T>
{
using base = IndexedGeometry<T>;
using IndexType = Core::Vector3ui;
Expand Down

0 comments on commit 60b8cdf

Please sign in to comment.