Fix triangles disappearing after a while

This commit is contained in:
smoogipoo 2020-11-16 23:14:20 +09:00
parent 163f5cafb9
commit 84b42f207d

View File

@ -7,8 +7,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
{
public class TrianglesPiece : Triangles
{
protected override bool ExpireOffScreenTriangles => false;
protected override bool CreateNewTriangles => false;
protected override float SpawnRatio => 0.5f;
public TrianglesPiece(int? seed = null)