Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bittiez committed Feb 9, 2024
1 parent 12ead91 commit 06ae682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClassicUO.Client/Game/UI/Controls/Control.cs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ public virtual void OnHitTestSuccess(int x, int y, ref Control res)
/// </summary>
/// <param name="oldValue"></param>
/// <param name="newValue"></param>
public virtual void AlphaChanged(float oldValue, float newValue) { };
public virtual void AlphaChanged(float oldValue, float newValue) { }

public Control GetFirstControlAcceptKeyboardInput()
{
Expand Down

0 comments on commit 06ae682

Please sign in to comment.