mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 11:22:55 +08:00
Remove debug code
This commit is contained in:
parent
8413c40442
commit
204fbde07b
@ -4,7 +4,6 @@
|
|||||||
#nullable disable
|
#nullable disable
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Diagnostics;
|
|
||||||
using osu.Game.Rulesets.Difficulty.Preprocessing;
|
using osu.Game.Rulesets.Difficulty.Preprocessing;
|
||||||
using osu.Game.Rulesets.Osu.Difficulty.Preprocessing;
|
using osu.Game.Rulesets.Osu.Difficulty.Preprocessing;
|
||||||
using osu.Game.Rulesets.Osu.Objects;
|
using osu.Game.Rulesets.Osu.Objects;
|
||||||
@ -83,8 +82,6 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Evaluators
|
|||||||
|
|
||||||
if (osuCurrent.BaseObject is Slider)
|
if (osuCurrent.BaseObject is Slider)
|
||||||
{
|
{
|
||||||
Debug.Assert(osuCurrent.TravelTime > 0);
|
|
||||||
|
|
||||||
Slider osuSlider = (Slider)(osuCurrent.BaseObject);
|
Slider osuSlider = (Slider)(osuCurrent.BaseObject);
|
||||||
|
|
||||||
// Invert the scaling factor to determine the true travel distance independent of circle size.
|
// Invert the scaling factor to determine the true travel distance independent of circle size.
|
||||||
|
Loading…
Reference in New Issue
Block a user