1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Turn on high poll rate when tournament chat is expanded

This commit is contained in:
Salman Ahmed 2022-01-22 16:17:46 +03:00
parent 93a2a2df35
commit b2d1bd029d

View File

@ -45,7 +45,7 @@ namespace osu.Game.Tournament.Components
if (manager == null)
{
AddInternal(manager = new ChannelManager());
AddInternal(manager = new ChannelManager { HighPollRate = { Value = true } });
Channel.BindTo(manager.CurrentChannel);
}