1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

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

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();