mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fixed MouseWheel
This commit is contained in:
parent
287c91c4b7
commit
2f8f936657
1 changed files with 1 additions and 1 deletions
|
@ -2025,7 +2025,7 @@ namespace BeefPerf
|
||||||
gApp.SetCursor(wantCursor);
|
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);
|
base.MouseWheel(x, y, delta);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue