Skip to content

Commit

Permalink
Test: what am I doing here?!
Browse files Browse the repository at this point in the history
Fixes test failure on ES3.
  • Loading branch information
mosra committed Jan 10, 2018
1 parent 4b67f25 commit 2912a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magnum/Test/MeshGLTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<UnsignedByte>(PixelFormat::RGBA, PixelType::UnsignedShort);
RenderbufferFormat::RGBA8, mesh).get<UnsignedByte>(PixelFormat::RGBA, PixelType::UnsignedByte);

MAGNUM_VERIFY_NO_ERROR();
CORRADE_COMPARE(value, 186);
Expand Down

0 comments on commit 2912a62

Please sign in to comment.