Fixed ghost-recording, which uses the network track screen.
This commit is contained in:
parent
0e2beceb9d
commit
772e2fb3f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user