1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:42:56 +08:00

Remove green coloration when hit.

This commit is contained in:
smoogipooo 2017-09-11 13:56:10 +09:00
parent 9e3206fef3
commit 2c3131d391

View File

@ -71,12 +71,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
protected override void UpdateState(ArmedState state)
{
switch (State)
{
case ArmedState.Hit:
Colour = Color4.Green;
break;
}
}
public virtual bool OnPressed(ManiaAction action)