Skip to content

Commit 72ed6d6

Browse files
committed
Fix code quality inspection
1 parent 92eb2d0 commit 72ed6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class OpenTabletDriverHandler : InputHandler, IAbsolutePointer, IRelative
5353

5454
private Task? lastInitTask;
5555

56-
private IBindable<bool> isActive;
56+
private IBindable<bool> isActive = null!;
5757

5858
public override bool Initialize(GameHost host)
5959
{

0 commit comments

Comments
 (0)