Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarTitleScreen.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-30 12:02:00 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-30 12:02:00 +1000
commitee2e134bbf2327389973aa6f035ad227cbd4f389 (patch)
tree1cd03002a735b2641a7e3dc6e79a6c61565e391c /source/frontend/StarTitleScreen.hpp
parent33b980dacb84cfc0e90d07032a8e53c9d8636b55 (diff)
Title music fades in/out
Diffstat (limited to 'source/frontend/StarTitleScreen.hpp')
-rw-r--r--source/frontend/StarTitleScreen.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarTitleScreen.hpp b/source/frontend/StarTitleScreen.hpp
index baad200..5ce000d 100644
--- a/source/frontend/StarTitleScreen.hpp
+++ b/source/frontend/StarTitleScreen.hpp
@@ -124,6 +124,7 @@ private:
SkyPtr m_skyBackdrop;
AmbientNoisesDescriptionPtr m_musicTrack;
+ AudioInstancePtr m_currentMusicTrack;
AmbientManager m_musicTrackManager;
};