mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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);
|
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]
|
[Test]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user