From 27b6534e789bb99184176be23413c771d9faffb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 23 Apr 2013 23:19:19 +0200 Subject: [PATCH] Added TODO. --- src/Timeline.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Timeline.h b/src/Timeline.h index 1f68f7388..e9869311b 100644 --- a/src/Timeline.h +++ b/src/Timeline.h @@ -77,6 +77,9 @@ void MyApplication::drawEvent() { timeline.nextFrame(); } @endcode +@todo FPS should be governed by Application (imagine more than one simultaenous + timeline and the harm it could do, also vsync etc. can't be handled in + platform-independent way here) */ class MAGNUM_EXPORT Timeline { public: