mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
fix :
1. Instead of this property, turn SpecialColumnPosition into a 2. special column does not display
This commit is contained in:
@ -121,9 +121,9 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
SpecialColumnPosition = specialPos
|
||||
});
|
||||
|
||||
playfield.SpecialColumnPosition.Value = specialPos;
|
||||
playfield.Inverted.Value = inverted;
|
||||
|
||||
return playfield;
|
||||
|
Reference in New Issue
Block a user