From f42fb83fae590c42b4d711177174b6b1b0a56237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 27 Oct 2018 17:21:32 +0200 Subject: [PATCH] Animation: doc++ --- src/Magnum/Animation/Player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Animation/Player.h b/src/Magnum/Animation/Player.h index 5b96c16b7..9e35022e6 100644 --- a/src/Magnum/Animation/Player.h +++ b/src/Magnum/Animation/Player.h @@ -420,7 +420,7 @@ template Player& addWithCallback(const TrackView& track, Callback callback, void* userData = nullptr); #endif