1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 22:27:46 +08:00

Merge pull request #6068 from peppy/fix-mania-barline-alpha

Fix osu!mania minor barline alpha not being respected
This commit is contained in:
Dean Herbert 2019-09-11 19:40:08 +09:00 committed by GitHub
commit f9c6a8c5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,10 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
Alpha = 0.2f;
}
protected override void UpdateInitialTransforms()
{
}
protected override void UpdateStateTransforms(ArmedState state)
{
}