aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}