Skip to content

Commit 0352b8a

Browse files
committed
fix weird stack overflow (why was this code even in the modal?)
1 parent 16fb55d commit 0352b8a

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public Modal(Base parent) : base(parent)
2222
if (Canvas is { } canvas)
2323
{
2424
Size = canvas.Size;
25-
canvas.Input_MouseMoved(InputHandler.MousePosition.X, InputHandler.MousePosition.Y, 0, 0);
2625
}
2726
}
2827

0 commit comments

Comments
 (0)