Skip to content

Commit

Permalink
Fix a potential client crash on scrolling, add the author of the patc…
Browse files Browse the repository at this point in the history
…h to the credits.
  • Loading branch information
Cheshire92 committed Sep 27, 2020
1 parent e24503a commit 7672b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.md
Expand Up @@ -9,4 +9,6 @@

# Intersect Contributors

[Dog from the Kash Shop](#)

[Jocelyn Cobb](https://github.com/Azurebeats)
1 change: 1 addition & 0 deletions Intersect.Client.Framework/Gwen/Input/InputHandler.cs
Expand Up @@ -406,6 +406,7 @@ public static bool OnMouseScroll(Base canvas, int deltaX, int deltaY)
{

if (canvas == null ||
HoveredControl != null ||
HoveredControl.GetCanvas() != canvas ||
!canvas.IsVisible
)
Expand Down

0 comments on commit 7672b13

Please sign in to comment.