mirror of
https://github.com/ppy/osu
synced 2025-01-20 13:00:54 +00:00
Fix incorrect type specification when restoring bindable value
This commit is contained in:
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]
|
||||
|
Loading…
Reference in New Issue
Block a user