mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Fix code style
This commit is contained in:
parent
681398059e
commit
753463fadb
@ -10,6 +10,7 @@ using osu.Game.Overlays.Dialog;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osu.Game.Input.Bindings;
|
||||
using System.Linq;
|
||||
using JetBrains.Annotations;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Input.Events;
|
||||
|
||||
@ -30,7 +31,8 @@ namespace osu.Game.Overlays
|
||||
public override bool IsPresent => Scheduler.HasPendingTasks
|
||||
|| dialogContainer.Children.Count > 0;
|
||||
|
||||
private IDisposable? audioDucker;
|
||||
[CanBeNull]
|
||||
private IDisposable audioDucker;
|
||||
|
||||
public DialogOverlay()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user