mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Reword playfield shift counteract comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
1525480e73
commit
413cbb30a0
@ -152,8 +152,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
|||||||
Origin = Anchor.Centre;
|
Origin = Anchor.Centre;
|
||||||
Size = new Vector2(640, 480);
|
Size = new Vector2(640, 480);
|
||||||
|
|
||||||
// since legacy coordinates were on screen-space, they were accounting for the playfield shift offset.
|
// counteracts the playfield shift from OsuPlayfieldAdjustmentContainer.
|
||||||
// therefore cancel it from here.
|
|
||||||
Position = new Vector2(0, -8f);
|
Position = new Vector2(0, -8f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user