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

Reduce the number of points

This commit is contained in:
Dan Balasescu 2022-09-20 20:36:44 +09:00
parent 5d73de9021
commit f7962c993d

View File

@ -132,7 +132,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
private float totalDistance;
private Vector2? lastPosition;
private const int max_point_count = 72_000;
private const int max_point_count = 18_000;
public override float Height
{