mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 10:23:03 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
base.ParseLine(output, section, line);
|
base.ParseLine(output, section, line);
|
||||||
|
Loading…
Reference in New Issue
Block a user