mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Avoid using symbol windows can't diplay
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user