1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-20 07:17:31 +08:00

Revert "Implement proper masking support for taiko hit objects."

This reverts commit 4e2ae72126c304ccbaa69d9ef170370be53889c2.
This commit is contained in:
smoogipooo 2017-04-12 15:00:18 +09:00
parent 5d5040ee73
commit 7a24e5f509

View File

@ -17,7 +17,6 @@ using osu.Framework.Graphics.Primitives;
using System.Linq;
using osu.Game.Modes.Taiko.Objects.Drawables;
using System;
using osu.Framework.Graphics.OpenGL;
namespace osu.Game.Modes.Taiko.UI
{