1
0
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:
Thomas Müller 2017-07-22 10:48:15 +02:00
parent 0f2bcb2904
commit 4755529d43
2 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 69000e416b7f29a1eaf0aaa7e60f452edb843948
Subproject commit 80850a09494e5f2df3e41c37a1e17af55ff3dce4

View File

@ -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);
}
}