mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix typo
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user