Use language primitive types.

This commit is contained in:
Huo Yaoyuan
2019-11-12 18:33:24 +08:00
parent 205eda8566
commit 64fc5007fc
4 changed files with 5 additions and 5 deletions

View File

@ -218,7 +218,7 @@ namespace osu.Game.Tests.Visual
public IEnumerable<string> GetAvailableResources() => throw new NotImplementedException();
public Track GetVirtual(double length = Double.PositiveInfinity)
public Track GetVirtual(double length = double.PositiveInfinity)
{
var track = new TrackVirtualManual(referenceClock) { Length = length };
AddItem(track);