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.