aboutsummaryrefslogtreecommitdiff
path: root/graphics/dxa_player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dxa_player.cpp')
-rw-r--r--graphics/dxa_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dxa_player.cpp b/graphics/dxa_player.cpp
index e4601564aa..e29998d6ee 100644
--- a/graphics/dxa_player.cpp
+++ b/graphics/dxa_player.cpp
@@ -88,7 +88,7 @@ int DXAPlayer::getFrameCount() {
return _framesCount;
}
-int DXAPlayer::getFrameRate() {
+int32 DXAPlayer::getFrameRate() {
if (!_fileStream)
return 0;
return _framesPerSec;