1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fixed MouseWheel

This commit is contained in:
Brian Fiete 2020-05-25 01:13:17 -07:00
parent 287c91c4b7
commit 2f8f936657

View file

@ -2025,7 +2025,7 @@ namespace BeefPerf
gApp.SetCursor(wantCursor);
}
public override void MouseWheel(float x, float y, int32 delta)
public override void MouseWheel(float x, float y, float delta)
{
base.MouseWheel(x, y, delta);