1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Merge pull request #25221 from peppy/fix-repeat-dim

Fix repeat circles on sliders not correctly getting dimmed
This commit is contained in:
Bartłomiej Dach 2023-10-25 11:43:46 +02:00 committed by GitHub
commit 9c9000027a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
{
HeadCircle,
TailCircle,
repeatContainer,
Body,
};