Browse Source

Animation: doc++

pull/297/head
Vladimír Vondruš 8 years ago
parent
commit
f42fb83fae
  1. 2
      src/Magnum/Animation/Player.h

2
src/Magnum/Animation/Player.h

@ -420,7 +420,7 @@ template<class T, class K
a lambda to a function pointer and (besides being weird and
annoying) it's also not portable because it doesn't work on MSVC
2015 and older versions of MSVC 2017. OTOH, putting this in the docs
wouldn say nothing about how the callback signature should look. */
would say nothing about how the callback signature should look. */
template<class V, class R, class Callback> Player<T, K>& addWithCallback(const TrackView<K, V, R>& track, Callback callback, void* userData = nullptr);
#endif

Loading…
Cancel
Save