mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 03:22:57 +08:00
Rename local variable
This commit is contained in:
parent
10ce5705ce
commit
5ea45e3e96
@ -17,8 +17,8 @@ namespace osu.Game.Tests.NonVisual
|
|||||||
[TestCase(1)]
|
[TestCase(1)]
|
||||||
public void TestTrueGameplayRateWithGameplayAdjustment(double underlyingClockRate)
|
public void TestTrueGameplayRateWithGameplayAdjustment(double underlyingClockRate)
|
||||||
{
|
{
|
||||||
var framedClock = new TrackVirtual(60000) { Frequency = { Value = underlyingClockRate } };
|
var trackVirtual = new TrackVirtual(60000) { Frequency = { Value = underlyingClockRate } };
|
||||||
var gameplayClock = new TestGameplayClockContainer(framedClock);
|
var gameplayClock = new TestGameplayClockContainer(trackVirtual);
|
||||||
|
|
||||||
Assert.That(gameplayClock.GetTrueGameplayRate(), Is.EqualTo(2));
|
Assert.That(gameplayClock.GetTrueGameplayRate(), Is.EqualTo(2));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user