1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:07:28 +08:00

Merge branch 'taiko_hitobject_drawable' into taiko_bash_drawable

Conflicts:
	osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
This commit is contained in:
smoogipooo 2017-03-20 18:21:05 +09:00
commit 57c708619d

View File

@ -25,6 +25,9 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
LifetimeStart = HitObject.StartTime - HitObject.PreEmpt * 2;
LifetimeEnd = HitObject.StartTime + HitObject.PreEmpt;
// Todo: Remove (suppresses Resharper)
AccentColour = Color4.White;
}
protected override TaikoJudgementInfo CreateJudgementInfo() => new TaikoJudgementInfo();