1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 01:53:01 +08:00
This commit is contained in:
Dean Herbert 2018-02-19 14:00:48 +09:00
parent e0faf14a3e
commit a7915e7041

View File

@ -82,7 +82,7 @@ namespace osu.Game.Beatmaps
{
Decoder decoder = Decoder.GetDecoder(beatmap);
// todo: support loading from both set-wide storyboard *and* baetmap specific.
// todo: support loading from both set-wide storyboard *and* beatmap specific.
if (BeatmapSetInfo?.StoryboardFile == null)
storyboard = decoder.GetStoryboardDecoder().DecodeStoryboard(beatmap);