diff options
Diffstat (limited to 'source/frontend/StarCinematic.cpp')
-rw-r--r-- | source/frontend/StarCinematic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarCinematic.cpp b/source/frontend/StarCinematic.cpp index ade940d..abd638d 100644 --- a/source/frontend/StarCinematic.cpp +++ b/source/frontend/StarCinematic.cpp @@ -102,7 +102,7 @@ void Cinematic::setPlayer(PlayerPtr player) { m_player = player; } -void Cinematic::update(float dt) { +void Cinematic::update(float) { m_currentTimeSkip = {}; for (auto timeSkip : m_timeSkips) { if (currentTimecode() >= timeSkip.availableTime && currentTimecode() < timeSkip.skipToTime) |