diff --git a/osu.Game.Modes.Taiko/UI/JudgementText.cs b/osu.Game.Modes.Taiko/UI/JudgementText.cs index b35f81b2a0..f7ccd4a5ec 100644 --- a/osu.Game.Modes.Taiko/UI/JudgementText.cs +++ b/osu.Game.Modes.Taiko/UI/JudgementText.cs @@ -1,4 +1,7 @@ -using osu.Framework.Graphics; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Transforms; using osu.Game.Graphics.Sprites; diff --git a/osu.Game.Modes.Taiko/UI/RingExplosion.cs b/osu.Game.Modes.Taiko/UI/RingExplosion.cs index 63e860e8c1..16037de22a 100644 --- a/osu.Game.Modes.Taiko/UI/RingExplosion.cs +++ b/osu.Game.Modes.Taiko/UI/RingExplosion.cs @@ -1,4 +1,7 @@ -using OpenTK; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Graphics; @@ -45,8 +48,6 @@ namespace osu.Game.Modes.Taiko.UI { switch (ScoreResult) { - default: - break; case TaikoScoreResult.Good: innerFill.Colour = colours.Green; break; diff --git a/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs b/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs index 2295f498c7..d0829d2fac 100644 --- a/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs +++ b/osu.Game.Modes.Taiko/UI/TaikoPlayfield.cs @@ -46,12 +46,14 @@ namespace osu.Game.Modes.Taiko.UI protected override Container Content => hitObjectContainer; + // ReSharper disable once NotAccessedField.Local private HitTarget hitTarget; private Container ringExplosionContainer; //private Container barLineContainer; private Container judgementContainer; private Container hitObjectContainer; + // ReSharper disable once NotAccessedField.Local private Container topLevelHitContainer; private Container leftBackgroundContainer; private Container rightBackgroundContainer;