From 0183452e16216d206b0f874dcd5bdf95692f8aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Apr 2022 19:29:01 +0200 Subject: [PATCH] Trade: doc++ --- src/Magnum/Trade/MeshData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Trade/MeshData.h b/src/Magnum/Trade/MeshData.h index 62250bbc2..a89538715 100644 --- a/src/Magnum/Trade/MeshData.h +++ b/src/Magnum/Trade/MeshData.h @@ -81,8 +81,8 @@ enum class MeshAttribute: UnsignedShort { * @ref VertexFormat::Vector4bNormalized, * @ref VertexFormat::Vector4sNormalized) and the fourth component is a * sign value (@cpp -1.0f @ce or @cpp +1.0f @ce) defining handedness of the - * tangent basis. Reconstruct the @ref MeshAttribute::Bitangent can be then - * done like this: + * tangent basis. Reconstructing the @ref MeshAttribute::Bitangent can be + * then done like this: * * @snippet MagnumTrade.cpp MeshAttribute-bitangent-from-tangent *