diff options
Diffstat (limited to 'source/game/StarAmbient.cpp')
-rw-r--r-- | source/game/StarAmbient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarAmbient.cpp b/source/game/StarAmbient.cpp index 6cb912d..7209ca8 100644 --- a/source/game/StarAmbient.cpp +++ b/source/game/StarAmbient.cpp @@ -105,7 +105,7 @@ AudioInstancePtr AmbientManager::updateAmbient(AmbientNoisesDescriptionPtr curre } if (m_volumeChanged) { if (m_delay > 0) - m_delay -= WorldTimestep; + m_delay -= GlobalTimestep; else { m_volumeChanged = false; if (m_currentTrack) { |