mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix metrics not matching between skins and lazer
This commit is contained in:
@ -10,7 +10,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
|
||||
public DrawableTinyDroplet(TinyDroplet h)
|
||||
: base(h)
|
||||
{
|
||||
Size = new Vector2((float)CatchHitObject.OBJECT_RADIUS) / 8;
|
||||
Size = new Vector2(CatchHitObject.OBJECT_RADIUS / 8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user