mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +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;
|
||||
Size = new Vector2(640, 480);
|
||||
|
||||
// since legacy coordinates were on screen-space, they were accounting for the playfield shift offset.
|
||||
// therefore cancel it from here.
|
||||
// counteracts the playfield shift from OsuPlayfieldAdjustmentContainer.
|
||||
Position = new Vector2(0, -8f);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user