1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove double load of Title Sequence in TitleScreen.cpp

This commit is contained in:
mrmbernardi
2023-12-29 20:49:25 +01:00
committed by GitHub
parent a4d11d82e8
commit d233d0fc3d

View File

@@ -144,8 +144,6 @@ 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();