From 9e2f9b338f4eb42734cbbddcb7a328002e49b678 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 3 Jan 2009 00:08:46 +0000 Subject: Removed a (hopefully) obsolete FIXME comment. svn-id: r35690 --- sound/mixer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'sound') diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 5cf6e6d512..c37ccad7d4 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -467,7 +467,6 @@ uint32 Channel::getElapsedTime() { // the Broken Sword cutscenes noticeably jerkier. I guess the mixer // isn't invoked at the regular intervals that I first imagined. - // FIXME: This won't work very well if the sound is paused. return 1000 * seconds + milliseconds + delta; } -- cgit v1.2.3