add missing PropHandle specialization for MeshHandle
This commit is contained in:
@@ -597,6 +597,12 @@ struct PropHandle<FaceHandle> {
|
|||||||
using type = FPropHandleT<T>;
|
using type = FPropHandleT<T>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template <>
|
||||||
|
struct PropHandle<MeshHandle> {
|
||||||
|
template <typename T>
|
||||||
|
using type = MPropHandleT<T>;
|
||||||
|
};
|
||||||
|
|
||||||
} // namespace OpenMesh
|
} // namespace OpenMesh
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//#endif // OPENMESH_PROPERTY_HH defined
|
//#endif // OPENMESH_PROPERTY_HH defined
|
||||||
|
|||||||
Reference in New Issue
Block a user