mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 13:37:20 +09:00
Remove green coloration when hit.
This commit is contained in:
parent
9e3206fef3
commit
2c3131d391
@ -71,12 +71,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
|||||||
|
|
||||||
protected override void UpdateState(ArmedState state)
|
protected override void UpdateState(ArmedState state)
|
||||||
{
|
{
|
||||||
switch (State)
|
|
||||||
{
|
|
||||||
case ArmedState.Hit:
|
|
||||||
Colour = Color4.Green;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual bool OnPressed(ManiaAction action)
|
public virtual bool OnPressed(ManiaAction action)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user