mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +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
|
try
|
||||||
{
|
{
|
||||||
Logger.Log($"{d}...", LoggingTarget.Debug);
|
Logger.Log($"Loading {d}...", LoggingTarget.Debug);
|
||||||
await LoadComponentAsync(d, add);
|
await LoadComponentAsync(d, add);
|
||||||
Logger.Log($"{d} ✓", LoggingTarget.Debug);
|
Logger.Log($"Loaded {d}!", LoggingTarget.Debug);
|
||||||
}
|
}
|
||||||
catch (OperationCanceledException)
|
catch (OperationCanceledException)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user