mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Fixed MouseUp
This commit is contained in:
parent
757464db3e
commit
7014320916
1 changed files with 0 additions and 1 deletions
|
@ -685,7 +685,6 @@ namespace Beefy.widgets
|
|||
float origX;
|
||||
float origY;
|
||||
aWidget.RootToSelfTranslate(mMouseDownX, mMouseDownY, out origX, out origY);
|
||||
aWidget.MouseUp(origX, origY, btn);
|
||||
|
||||
float childX;
|
||||
float childY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue