Revert "Remove double load of Title Sequence in TitleScreen.cpp" (#21133)

This reverts commit d233d0fc3d.
Fixes #21127.
This commit is contained in:
Michael Steenbeek 2023-12-31 14:52:35 +01:00 committed by GitHub
parent 5e42714f80
commit bf1bb2d87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ void TitleScreen::Load()
if (_sequencePlayer != nullptr)
{
_sequencePlayer->Begin(_currentSequence);
// Force the title sequence to load / update so we
// don't see a blank screen for a split second.
TryLoadSequence();