mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
17f0d7897b
I believe the [test failures](https://github.com/ppy/osu/runs/4977283066?check_suite_focus=true) we're seeing here are due to the implementation of interpolation of the alpha being frame dependent (in a way that doesn't interact well with tests). The reason for never hitting the expected value is that the beatmap ends, causing the cursor to become fully visible again. It's probably already good-enough for most cases, so let's attempt to silence these test failures by not checking so precisely for the alpha value. We're checking for either 1 or 0 so it's not too important how close it is to either. |
||
---|---|---|
.. | ||
OsuModTestScene.cs | ||
TestSceneOsuModAutoplay.cs | ||
TestSceneOsuModDifficultyAdjust.cs | ||
TestSceneOsuModDoubleTime.cs | ||
TestSceneOsuModHidden.cs | ||
TestSceneOsuModMuted.cs | ||
TestSceneOsuModNoScope.cs | ||
TestSceneOsuModPerfect.cs | ||
TestSceneOsuModSpunOut.cs |