mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 19:50:18 +08:00
Minor refactor of TestCaseBeatSyncedContainer
This commit is contained in:
+1
-1
Submodule osu-framework updated: 69000e416b...80850a0949
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user