Merge branch 'master' into fix-taiko-rewind

This commit is contained in:
Dean Herbert
2018-06-25 17:10:53 +09:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@ -98,8 +98,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)