mirror of
https://github.com/ppy/osu.git
synced 2025-03-20 07:17:31 +08: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…
x
Reference in New Issue
Block a user