mirror of
https://github.com/osukey/osukey.git
synced 2025-06-19 18:27:58 +09:00
Trim whitespace
This commit is contained in:
parent
d1cbaa9612
commit
d9b8d2d15c
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
Width = column.DrawWidth;
|
Width = column.DrawWidth;
|
||||||
|
|
||||||
// Snap to the column
|
// Snap to the column
|
||||||
var parentPos = Parent.ToLocalSpace(column.ToScreenSpace(new Vector2(column.DrawWidth / 2, 0)));
|
var parentPos = Parent.ToLocalSpace(column.ToScreenSpace(new Vector2(column.DrawWidth / 2, 0)));
|
||||||
SnappedMousePosition = new Vector2(parentPos.X, e.MousePosition.Y);
|
SnappedMousePosition = new Vector2(parentPos.X, e.MousePosition.Y);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user