mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 12:35:34 +08:00
return -> break
no real reason but whatever works
This commit is contained in:
parent
553fd3b789
commit
5a10270a2a
@ -29,7 +29,7 @@ namespace osu.Game.Skinning
|
||||
break;
|
||||
}
|
||||
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
base.ParseLine(output, section, line);
|
||||
|
Loading…
Reference in New Issue
Block a user