From 177881d67f939cf2a1505f92147f88c34e6d5f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 10 Oct 2015 12:20:24 +0200 Subject: [PATCH] Use Doxygen \todo instead of TODO to have everything at one place. --- src/Magnum/Audio/Listener.cpp | 2 +- src/Magnum/Audio/Playable.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Audio/Listener.cpp b/src/Magnum/Audio/Listener.cpp index 0f996f303..3c952795d 100644 --- a/src/Magnum/Audio/Listener.cpp +++ b/src/Magnum/Audio/Listener.cpp @@ -65,7 +65,7 @@ template void Listener::clean(const MatrixTy Renderer::setListenerGain(_gain); - // TODO: velocity + /** @todo velocity */ } template void Listener::update(std::initializer_list>> groups) { diff --git a/src/Magnum/Audio/Playable.h b/src/Magnum/Audio/Playable.h index f356b0d58..f9e198a85 100644 --- a/src/Magnum/Audio/Playable.h +++ b/src/Magnum/Audio/Playable.h @@ -149,7 +149,7 @@ template class Playable: public SceneGraph::AbstractGrou _source.setPosition(position); _source.setDirection(Vector3::pad(absoluteTransformationMatrix.rotation()*_fwd)); - // TODO: velocity + /** @todo velocity */ } /* Update the gain of the underlying source to reflect changes in _group and/or _gain.