mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Avoid using symbol windows can't diplay
This commit is contained in:
parent
4b54c65d3f
commit
20817fdf1d
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user