mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
Fix triangles disappearing after a while
This commit is contained in:
parent
163f5cafb9
commit
84b42f207d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user