mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove position offset from ColumnAt
This commit is contained in:
@ -107,7 +107,7 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected Column ColumnAt(Vector2 screenSpacePosition)
|
protected Column ColumnAt(Vector2 screenSpacePosition)
|
||||||
=> composer.ColumnAt(applyPositionOffset(screenSpacePosition, false));
|
=> composer.ColumnAt(screenSpacePosition);
|
||||||
|
|
||||||
private Vector2 applyPositionOffset(Vector2 position, bool reverse)
|
private Vector2 applyPositionOffset(Vector2 position, bool reverse)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user