1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 10:17:43 +08:00

Fix post-merge errors.

This commit is contained in:
smoogipooo 2017-03-29 09:08:26 +09:00
parent c478c74227
commit bbc6a4234a
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@
using OpenTK.Input;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Transforms;
using osu.Game.Modes.Objects.Drawables;
using osu.Game.Modes.Taiko.Judgements;
using System;

View File

@ -60,7 +60,6 @@
<Compile Include="Objects\Drawable\DrawableStrongCentreHit.cs" />
<Compile Include="Objects\Drawable\DrawableStrongHit.cs" />
<Compile Include="Objects\Drawable\Pieces\RimHitCirclePiece.cs" />
<Compile Include="Objects\Drawable\Pieces\StrongCirclePiece.cs" />
<Compile Include="Objects\Drawable\DrawableDrumRoll.cs" />
<Compile Include="Objects\Drawable\DrawableDrumRollTick.cs" />
<Compile Include="Objects\Drawable\DrawableSwell.cs" />
@ -109,4 +108,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>