Skip to content

Commit e8552a3

Browse files
committed
fix property acess
1 parent acb9b94 commit e8552a3

File tree

1 file changed

+2
-2
lines changed
  • Intersect.Client.Framework/Gwen/ControlInternal

1 file changed

+2
-2
lines changed

Intersect.Client.Framework/Gwen/ControlInternal/Dragger.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public partial class Dragger : Base
1717
protected Point mHoldPos;
1818

1919
//Sound Effects
20-
protected readonly Dictionary<ButtonSoundState, string> _stateSoundNames = [];
21-
protected DateTime _ignoreMouseUpSoundsUntil;
20+
private readonly Dictionary<ButtonSoundState, string> _stateSoundNames = [];
21+
private DateTime _ignoreMouseUpSoundsUntil;
2222

2323
private IGameTexture? mClickedImage;
2424
private string? mClickedImageFilename;

0 commit comments

Comments
 (0)