mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 03:01:17 +08:00
Remove green coloration when hit.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user