aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/video_decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/video_decoder.cpp')
-rw-r--r--graphics/video/video_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/video/video_decoder.cpp b/graphics/video/video_decoder.cpp
index fe4a5848f3..9733afc5cc 100644
--- a/graphics/video/video_decoder.cpp
+++ b/graphics/video/video_decoder.cpp
@@ -64,7 +64,7 @@ void VideoDecoder::setSystemPalette() {
delete[] sysPalette;
}
-bool VideoDecoder::needsUpdate() const {
+bool VideoDecoder::needsUpdate() const {
return !endOfVideo() && getTimeToNextFrame() == 0;
}