mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +08:00
Reduce the number of points
This commit is contained in:
parent
5d73de9021
commit
f7962c993d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user