1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 21:53:26 +08:00

Fix incorrect type specification when restoring bindable value

This commit is contained in:
Dean Herbert
2021-09-17 16:28:47 +09:00
Unverified
parent 5f27f1c099
commit 45caeb84d3
@@ -77,7 +77,7 @@ namespace osu.Game.Tests.Visual.Gameplay
AddAssert("time didn't go backwards", () => alwaysGoingForward);
AddStep("reset offset", () => LocalConfig.SetValue(OsuSetting.AudioOffset, 0));
AddStep("reset offset", () => LocalConfig.SetValue(OsuSetting.AudioOffset, 0.0));
}
[Test]