Browse Source

MeshTools: typo.

pull/547/head
Vladimír Vondruš 4 years ago
parent
commit
0b6cb663cf
  1. 4
      src/Magnum/MeshTools/Test/ConcatenateTest.cpp

4
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];

Loading…
Cancel
Save