1
0
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:
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;
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);
}
}