1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 01:43:15 +08:00

Make pulp size private

This commit is contained in:
Dean Herbert 2017-08-09 10:16:31 +09:00
parent 41fa961571
commit 06e5f7de09

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
public class DrawableFruit : DrawableScrollingHitObject<CatchBaseHit, CatchJudgement>
{
const float pulp_size = 30;
private const float pulp_size = 30;
private class Pulp : Circle, IHasAccentColour
{