Fix judgement sizes not matching skins stable

This commit is contained in:
Dean Herbert
2019-09-18 02:56:03 +09:00
parent fd3e2375bb
commit 26eca5b1f4
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ namespace osu.Game.Rulesets.Osu.UI
{
Origin = Anchor.Centre,
Position = ((OsuHitObject)judgedObject.HitObject).StackedEndPosition,
Scale = new Vector2(((OsuHitObject)judgedObject.HitObject).Scale * 1.65f)
Scale = new Vector2(((OsuHitObject)judgedObject.HitObject).Scale)
};
judgementLayer.Add(explosion);