mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Fix infinite polling rate in certain scenarios
This commit is contained in:
parent
7ecd96e329
commit
c5764ded1c
@ -112,7 +112,7 @@ namespace osu.Game.Online
|
|||||||
pollingActive = false;
|
pollingActive = false;
|
||||||
|
|
||||||
if (scheduledPoll == null)
|
if (scheduledPoll == null)
|
||||||
scheduleNextPoll();
|
pollIfNecessary();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void scheduleNextPoll()
|
private void scheduleNextPoll()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user