From 0b6cb663cf4fe1fabcf2ff25b26fac8f4b84a28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 18 Jan 2022 20:42:27 +0100 Subject: [PATCH] MeshTools: typo. --- src/Magnum/MeshTools/Test/ConcatenateTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/MeshTools/Test/ConcatenateTest.cpp b/src/Magnum/MeshTools/Test/ConcatenateTest.cpp index cb60fcee0..c15a84620 100644 --- a/src/Magnum/MeshTools/Test/ConcatenateTest.cpp +++ b/src/Magnum/MeshTools/Test/ConcatenateTest.cpp @@ -73,7 +73,7 @@ ConcatenateTest::ConcatenateTest() { &ConcatenateTest::concatenateIntoNoMeshes}); } -/* MSVC 2015 doesn't like unnamed bitfields in local structs, so thhis has to +/* MSVC 2015 doesn't like unnamed bitfields in local structs, so this has to be outside */ struct VertexDataA { Vector2 texcoords1; @@ -302,7 +302,7 @@ void ConcatenateTest::concatenateNoAttributesNotIndexed() { CORRADE_VERIFY(!dst.isIndexed()); } -/* MSVC 2015 doesn't like unnamed bitfields in local structs, so thhis has to +/* MSVC 2015 doesn't like unnamed bitfields in local structs, so this has to be outside */ struct VertexDataNonInterleaved { Vector2 texcoords1[2];