Simplify ScrollingHitObjectContainer logic

This commit is contained in:
ekrctb
2020-11-24 13:34:09 +09:00
parent 5c743adbae
commit 8f39b54e58
2 changed files with 22 additions and 56 deletions

View File

@ -445,7 +445,7 @@ namespace osu.Game.Tests.Visual.Gameplay
private readonly Container<DrawableHitObject> container;
public DrawableTestParentHitObject([CanBeNull] TestHitObject hitObject)
: base(hitObject)
: base(hitObject)
{
InternalChildren[0].Colour = Color4.LightYellow;
InternalChildren[1].Colour = Color4.Yellow;