mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
return -> break
no real reason but whatever works
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Skinning
|
||||
break;
|
||||
}
|
||||
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
||||
base.ParseLine(output, section, line);
|
||||
|
Reference in New Issue
Block a user