1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Avoid using symbol windows can't diplay

This commit is contained in:
Dean Herbert 2018-08-30 11:58:30 +09:00
parent 4b54c65d3f
commit 20817fdf1d

View File

@ -516,9 +516,9 @@ namespace osu.Game
try
{
Logger.Log($"{d}...", LoggingTarget.Debug);
Logger.Log($"Loading {d}...", LoggingTarget.Debug);
await LoadComponentAsync(d, add);
Logger.Log($"{d} ✓", LoggingTarget.Debug);
Logger.Log($"Loaded {d}!", LoggingTarget.Debug);
}
catch (OperationCanceledException)
{