mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 05:22:54 +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)]
|
||||
public void TestTrueGameplayRateWithGameplayAdjustment(double underlyingClockRate)
|
||||
{
|
||||
var framedClock = new TrackVirtual(60000) { Frequency = { Value = underlyingClockRate } };
|
||||
var gameplayClock = new TestGameplayClockContainer(framedClock);
|
||||
var trackVirtual = new TrackVirtual(60000) { Frequency = { Value = underlyingClockRate } };
|
||||
var gameplayClock = new TestGameplayClockContainer(trackVirtual);
|
||||
|
||||
Assert.That(gameplayClock.GetTrueGameplayRate(), Is.EqualTo(2));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user