mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Reduce the number of points
This commit is contained in:
@ -132,7 +132,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
|||||||
private float totalDistance;
|
private float totalDistance;
|
||||||
private Vector2? lastPosition;
|
private Vector2? lastPosition;
|
||||||
|
|
||||||
private const int max_point_count = 72_000;
|
private const int max_point_count = 18_000;
|
||||||
|
|
||||||
public override float Height
|
public override float Height
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user