mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #3064
3064: Update demo browser on demo save r=heinrich5991 a=BannZay Fixes #3062 Co-authored-by: Andrii <bannzay3@gmail.com>
This commit is contained in:
commit
247e01bffb
|
@ -136,6 +136,8 @@ void CMenus::RenderDemoPlayer(CUIRect MainView)
|
|||
{
|
||||
m_DemoPlayerState = DEMOPLAYER_NONE;
|
||||
Client()->DemoSlice(aPath, CMenus::DemoFilterChat, &s_RemoveChat);
|
||||
DemolistPopulate();
|
||||
DemolistOnUpdate(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue