Remove comment

This commit is contained in:
smoogipoo 2020-09-25 19:38:23 +09:00
parent 480eeb5fbe
commit 0853f0e128
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ public DrawableTestHit(Hit hit, HitResult type = HitResult.Great)
{
Type = type;
// in order to create nested strong hit
HitObject.ApplyDefaults(new ControlPointInfo(), new BeatmapDifficulty());
}