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
1 changed files with 5 additions and 0 deletions

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