mirror of
https://github.com/ppy/osu
synced 2024-12-29 02:12:43 +00: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