Make sure control points is internally initialised

This commit is contained in:
smoogipoo
2018-11-12 17:10:37 +09:00
parent f4fd6189f8
commit f3ba429701
2 changed files with 19 additions and 8 deletions

View File

@ -1,7 +1,6 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;