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

Always proxy taiko hits when hit

This commit is contained in:
smoogipoo 2018-06-25 15:55:09 +09:00
parent 11d730496f
commit 70e9f7cb8d

View File

@ -95,8 +95,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
break;
case ArmedState.Hit:
// If we're far enough away from the left stage, we should bring outselves in front of it
if (X >= -0.05f)
ProxyContent();
ProxyContent();
var flash = circlePiece?.FlashBox;
if (flash != null)