From d04d198e642145e455a4f1f52eb93d9747d29cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 4 Nov 2021 13:39:09 +0100 Subject: [PATCH] DebugTools: minor. --- src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp b/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp index 0b85d9646..d50db1a16 100644 --- a/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp +++ b/src/Magnum/DebugTools/Test/FrameProfilerGLTest.cpp @@ -109,8 +109,8 @@ void FrameProfilerGLTest::test() { fb.attachRenderbuffer(GL::Framebuffer::ColorAttachment{0}, color) .bind(); - Shaders::FlatGL3D shader; GL::Mesh mesh = MeshTools::compile(Primitives::cubeSolid()); + Shaders::FlatGL3D shader; FrameProfilerGL profiler{data.values, 4}; CORRADE_COMPARE(profiler.maxFrameCount(), 4);