mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fixed a line separator
This commit is contained in:
parent
663c39655e
commit
999163301e
|
@ -65,7 +65,7 @@ void CMenus::RenderDemoPlayer(CUIRect MainView)
|
|||
m_SeekBarActive = false;
|
||||
else
|
||||
{
|
||||
m_SeekBarActive = true,
|
||||
m_SeekBarActive = true;
|
||||
m_SeekBarActivatedTime = time_get(); // stores at which point of time the seekbar was activated, so we can automatically hide it after few seconds
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue