mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
made method into property
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Graphics.Cursor
|
||||
}
|
||||
|
||||
tooltip.Position = new Vector2(state.Mouse.Position.X,ActiveCursor.BoundingBox.Bottom);
|
||||
tooltip.UpdateTooltip(state);
|
||||
tooltip.MouseState = state.Mouse;
|
||||
|
||||
return base.OnMouseMove(state);
|
||||
}
|
||||
|
Reference in New Issue
Block a user