mirror of
https://github.com/ppy/osu
synced 2025-03-22 02:47:04 +00:00
fix indent
This commit is contained in:
parent
cabc8aa63b
commit
ec92545d7a
@ -445,7 +445,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
private readonly Container<DrawableHitObject> container;
|
private readonly Container<DrawableHitObject> container;
|
||||||
|
|
||||||
public DrawableTestParentHitObject([CanBeNull] TestHitObject hitObject)
|
public DrawableTestParentHitObject([CanBeNull] TestHitObject hitObject)
|
||||||
: base(hitObject)
|
: base(hitObject)
|
||||||
{
|
{
|
||||||
InternalChildren[0].Colour = Color4.LightYellow;
|
InternalChildren[0].Colour = Color4.LightYellow;
|
||||||
InternalChildren[1].Colour = Color4.Yellow;
|
InternalChildren[1].Colour = Color4.Yellow;
|
||||||
|
Loading…
Reference in New Issue
Block a user