From ce3b78672b69dcb6b2d22c700ce7c6d22a56e76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 9 Apr 2016 15:18:21 +0200 Subject: [PATCH] DebugTools: I knew I would forget to revert some of the debug shit. --- src/Magnum/DebugTools/Test/TextureImageGLTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp b/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp index 7781e9077..8184a41b8 100644 --- a/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp +++ b/src/Magnum/DebugTools/Test/TextureImageGLTest.cpp @@ -174,9 +174,9 @@ void TextureImageGLTest::subImage2DUInt() { namespace { constexpr Float Data2DFloat[] = { 1.0f, - 0.14159f, - 0.71828f, - 0.41421f }; + 3.14159f, + 2.71828f, + 1.41421f }; } void TextureImageGLTest::subImage2DFloat() {