From 4d8825bee0b3ff8d97ab4b73fddbb68def4be616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 7 Oct 2012 23:03:09 +0200 Subject: [PATCH] Removed WTF todo. It was the case only for ES. --- src/IndexedMesh.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IndexedMesh.h b/src/IndexedMesh.h index 25f56e9b6..5b9deec23 100644 --- a/src/IndexedMesh.h +++ b/src/IndexedMesh.h @@ -88,7 +88,6 @@ class MAGNUM_EXPORT IndexedMesh: public Mesh { * * Expects an active shader with all uniforms set. * @see Buffer::bind(), bind(), unbind(), finalize(), @fn_gl{DrawElements} - * @todo Index buffer bound every time?! */ void draw();