Browse Source

DebugTools: I knew I would forget to revert some of the debug shit.

pull/141/head
Vladimír Vondruš 10 years ago
parent
commit
ce3b78672b
  1. 6
      src/Magnum/DebugTools/Test/TextureImageGLTest.cpp

6
src/Magnum/DebugTools/Test/TextureImageGLTest.cpp

@ -174,9 +174,9 @@ void TextureImageGLTest::subImage2DUInt() {
namespace { namespace {
constexpr Float Data2DFloat[] = { 1.0f, constexpr Float Data2DFloat[] = { 1.0f,
0.14159f, 3.14159f,
0.71828f, 2.71828f,
0.41421f }; 1.41421f };
} }
void TextureImageGLTest::subImage2DFloat() { void TextureImageGLTest::subImage2DFloat() {

Loading…
Cancel
Save