1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Fix quick blank screen when loading title screen

This commit is contained in:
Ted John
2017-01-01 23:49:06 +00:00
parent fa2f889bc2
commit 98a26d9dc1

View File

@@ -153,6 +153,11 @@ extern "C"
if (_sequencePlayer != nullptr)
{
_sequencePlayer->Reset();
// Force the title sequence to load / update so we
// don't see a blank screen for a split second.
TryLoadSequence();
_sequencePlayer->Update();
}
log_verbose("loading title finished");