Browse Source

DebugTools: fix obsolete reference in documentation.

pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
cef4fde398
  1. 2
      src/Magnum/DebugTools/Profiler.h

2
src/Magnum/DebugTools/Profiler.h

@ -76,7 +76,7 @@ void MyApplication::drawEvent() {
p.start(sections.draw); p.start(sections.draw);
scene.draw() camera.draw(drawables);
p.start(sections.bufferSwap); p.start(sections.bufferSwap);

Loading…
Cancel
Save