mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Minor refactor of TestCaseBeatSyncedContainer
This commit is contained in:
parent
0f2bcb2904
commit
4755529d43
@ -1 +1 @@
|
||||
Subproject commit 69000e416b7f29a1eaf0aaa7e60f452edb843948
|
||||
Subproject commit 80850a09494e5f2df3e41c37a1e17af55ff3dce4
|
@ -177,9 +177,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
beatsPerMinute.Value = 60000 / timingPoint.BeatLength;
|
||||
adjustedBeatLength.Value = timingPoint.BeatLength;
|
||||
|
||||
flashLayer.ClearTransforms();
|
||||
flashLayer.FadeTo(1);
|
||||
flashLayer.FadeTo(0, timingPoint.BeatLength);
|
||||
flashLayer.FadeOutFromOne(timingPoint.BeatLength);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user