Split retrieving of beatmap and storyboard decoder

Storyboard works again. Not satisfied with the solution though.
This commit is contained in:
Aergwyn
2017-12-01 19:11:52 +01:00
parent db50ad794e
commit a49f3479a2
9 changed files with 151 additions and 104 deletions

View File

@ -4,9 +4,6 @@
using System;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenTK;
using OpenTK.Graphics;
using osu.Framework.Graphics;