Fix post-merge errors.

This commit is contained in:
smoogipooo
2017-04-01 23:59:44 +09:00
parent b4ed8aeb98
commit 38bbf2ac77
3 changed files with 5 additions and 3 deletions

View File

@ -6,11 +6,13 @@ using osu.Framework.MathUtils;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Timing;
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Objects.Types;
using osu.Game.Modes.Replays;
using osu.Game.Modes.Scoring;
using osu.Game.Modes.Taiko.Beatmaps;
using osu.Game.Modes.Taiko.Judgements;
using osu.Game.Modes.Taiko.Objects;
using osu.Game.Modes.Taiko.Objects.Drawable;
using osu.Game.Modes.Taiko.Replays;
using osu.Game.Modes.Taiko.Scoring;
using osu.Game.Modes.UI;
@ -70,7 +72,7 @@ namespace osu.Game.Modes.Taiko.UI
{
bool isMajor = currentBeat % (int)current.TimeSignature == 0;
BarLine barLine = new BarLine
var barLine = new BarLine
{
StartTime = time,
};