mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
return on storyboard side
This commit is contained in:
parent
c65505df62
commit
da15e19912
@ -83,8 +83,12 @@ namespace osu.Game.Beatmaps.Formats
|
||||
storyboardSprite = null;
|
||||
|
||||
EventType type;
|
||||
|
||||
if (!Enum.TryParse(split[0], out type))
|
||||
{
|
||||
Logger.Log($"Unknown storyboard event of type {split[0]} could not be parsed and will be ignored.", LoggingTarget.Runtime, LogLevel.Important);
|
||||
return;
|
||||
}
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user