diff --git a/src/Magnum/Test/MeshGLTest.cpp b/src/Magnum/Test/MeshGLTest.cpp index ef91028a0..a60c4574d 100644 --- a/src/Magnum/Test/MeshGLTest.cpp +++ b/src/Magnum/Test/MeshGLTest.cpp @@ -1172,7 +1172,7 @@ void MeshGLTest::addVertexBufferFloatWithHalfFloat() { MAGNUM_VERIFY_NO_ERROR(); const auto value = Checker(FloatShader("float", "vec4(valueInterpolated, 0.0, 0.0, 0.0)"), - RenderbufferFormat::RGBA8, mesh).get(PixelFormat::RGBA, PixelType::UnsignedShort); + RenderbufferFormat::RGBA8, mesh).get(PixelFormat::RGBA, PixelType::UnsignedByte); MAGNUM_VERIFY_NO_ERROR(); CORRADE_COMPARE(value, 186);