mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Client: Set the speed index on demo rendering (fix later speed changes)
This commit is contained in:
parent
f93c6c7659
commit
c172b369b2
|
@ -3912,7 +3912,7 @@ const char *CClient::DemoPlayer_Render(const char *pFilename, int StorageType, c
|
|||
|
||||
this->CClient::StartVideo(NULL, this, pVideoName);
|
||||
m_DemoPlayer.Play();
|
||||
m_DemoPlayer.SetSpeed(g_aSpeeds[SpeedIndex]);
|
||||
m_DemoPlayer.SetSpeedIndex(SpeedIndex);
|
||||
//m_pConsole->Print(IConsole::OUTPUT_LEVEL_DEBUG, "demo_recorder", "demo eof");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue