From cef4fde3985d08a3529d5c42441ede7f411d438f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 4 Feb 2014 12:28:54 +0100 Subject: [PATCH] DebugTools: fix obsolete reference in documentation. --- src/Magnum/DebugTools/Profiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/DebugTools/Profiler.h b/src/Magnum/DebugTools/Profiler.h index 6de886d6e..85b2070df 100644 --- a/src/Magnum/DebugTools/Profiler.h +++ b/src/Magnum/DebugTools/Profiler.h @@ -76,7 +76,7 @@ void MyApplication::drawEvent() { p.start(sections.draw); - scene.draw() + camera.draw(drawables); p.start(sections.bufferSwap);