Add a few more missing partial specs

This commit is contained in:
Bartłomiej Dach
2022-11-26 16:30:10 +01:00
parent 894ef15e79
commit 212d78865a
6 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ using osu.Framework.Graphics;
namespace osu.Game.Graphics.Backgrounds
{
public class TrianglesV2 : Drawable
public partial class TrianglesV2 : Drawable
{
private const float triangle_size = 100;
private const float base_velocity = 50;