Skip to content

Commit

Permalink
Merge branch 'master' into fix-input-handler-disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo authored Sep 28, 2023
2 parents 9c2e1c0 + ff38299 commit 4a51a13
Show file tree
Hide file tree
Showing 13 changed files with 860 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace osu.Framework.Tests.Clocks
{
[TestFixture]
public class DecoupleableClockTest
public class DecoupleableInterpolatingFramedClockTest
{
private TestClockWithRange source = null!;
private TestDecoupleableClock decoupleable = null!;
Expand Down Expand Up @@ -440,7 +440,9 @@ public void TestStoppingAfterStartingBySourcePreservesState()
Assert.AreEqual(source.CurrentTime, decoupleable.CurrentTime, decoupleable.AllowableErrorMilliseconds, "Decoupled should match source time.");
}

#pragma warning disable CS0618
private class TestDecoupleableClock : DecoupleableInterpolatingFramedClock
#pragma warning restore CS0618
{
public double? CustomAllowableErrorMilliseconds { get; set; }

Expand Down
Loading

0 comments on commit 4a51a13

Please sign in to comment.