mirror of
https://github.com/ppy/osu
synced 2025-01-31 18:32:14 +00:00
Delete outdated warning disables
This commit is contained in:
parent
dcbdc114ce
commit
2bb869732e
@ -1024,10 +1024,8 @@ namespace osu.Game.Tests.Beatmaps.Formats
|
|||||||
Assert.That(controlPoints.DifficultyPointAt(2000).SliderVelocity, Is.EqualTo(1));
|
Assert.That(controlPoints.DifficultyPointAt(2000).SliderVelocity, Is.EqualTo(1));
|
||||||
Assert.That(controlPoints.DifficultyPointAt(3000).SliderVelocity, Is.EqualTo(1));
|
Assert.That(controlPoints.DifficultyPointAt(3000).SliderVelocity, Is.EqualTo(1));
|
||||||
|
|
||||||
#pragma warning disable 618
|
|
||||||
Assert.That(controlPoints.DifficultyPointAt(2000).GenerateTicks, Is.False);
|
Assert.That(controlPoints.DifficultyPointAt(2000).GenerateTicks, Is.False);
|
||||||
Assert.That(controlPoints.DifficultyPointAt(3000).GenerateTicks, Is.True);
|
Assert.That(controlPoints.DifficultyPointAt(3000).GenerateTicks, Is.True);
|
||||||
#pragma warning restore 618
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
#pragma warning disable 618
|
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
Loading…
Reference in New Issue
Block a user