1
0
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:
Salman Ahmed 2021-03-07 13:39:46 +03:00 committed by GitHub
parent 1525480e73
commit 413cbb30a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
} }
} }