Removed a (hopefully) obsolete FIXME comment.

svn-id: r35690
This commit is contained in:
Torbjörn Andersson 2009-01-03 00:08:46 +00:00
parent 40d6a3c1e5
commit 9e2f9b338f

View File

@ -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;
}