mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Use Logger.Log instead of console
This commit is contained in:
@ -279,7 +279,7 @@ namespace osu.Game.Online.Spectator
|
|||||||
|
|
||||||
totalBundledFrames += frames.Length;
|
totalBundledFrames += frames.Length;
|
||||||
|
|
||||||
Console.WriteLine($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
Logger.Log($"Purging {pendingFrames.Count} frames (total {totalBundledFrames})");
|
||||||
|
|
||||||
pendingFrames.Clear();
|
pendingFrames.Clear();
|
||||||
lastPurgeTime = Time.Current;
|
lastPurgeTime = Time.Current;
|
||||||
|
Reference in New Issue
Block a user