Fixed ghost-recording, which uses the network track screen.

This commit is contained in:
hiker 2018-11-20 09:46:35 +11:00
parent 0e2beceb9d
commit 772e2fb3f5

View File

@ -486,6 +486,9 @@ void TracksScreen::voteForPlayer()
// -----------------------------------------------------------------------------
void TracksScreen::onUpdate(float dt)
{
// The following code
if(!m_network_tracks) return;
assert(m_votes);
m_votes->setVisible(true);