1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 01:04:16 +08:00

Reword playfield shift counteract comment

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Salman Ahmed
2021-03-07 13:39:46 +03:00
committed by GitHub
Unverified
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);
}
}