License headers + general fixes.

This commit is contained in:
smoogipooo
2017-03-28 10:51:22 +09:00
parent 621bcaed59
commit 3f1e8ddcd1
6 changed files with 16 additions and 14 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
/// </summary>
private bool validKeyPressed;
private Container bodyContainer;
private readonly Container bodyContainer;
protected DrawableHit(Hit hit)
: base(hit)