mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Use correct maximum size for droplets
This commit is contained in:
parent
1316403180
commit
c4fc4199d1
@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Catch.Skinning.Legacy
|
||||
{
|
||||
public partial class LegacyDropletPiece : LegacyCatchHitObjectPiece
|
||||
{
|
||||
private static readonly Vector2 droplet_max_size = new Vector2(100);
|
||||
private static readonly Vector2 droplet_max_size = new Vector2(82, 103);
|
||||
|
||||
public LegacyDropletPiece()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user