mirror of https://github.com/ppy/osu
Remove position offset from ColumnAt
This commit is contained in:
parent
0a409075be
commit
39369620fa
|
@ -107,7 +107,7 @@ protected float PositionAt(double time)
|
|||
}
|
||||
|
||||
protected Column ColumnAt(Vector2 screenSpacePosition)
|
||||
=> composer.ColumnAt(applyPositionOffset(screenSpacePosition, false));
|
||||
=> composer.ColumnAt(screenSpacePosition);
|
||||
|
||||
private Vector2 applyPositionOffset(Vector2 position, bool reverse)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue