mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 12:32:54 +08:00
Add mention of stream close logic
This commit is contained in:
parent
d24fbc6ade
commit
5303cae044
@ -47,6 +47,7 @@ namespace osu.Game.Skinning
|
||||
configurationStream ??= getConfigurationStream();
|
||||
|
||||
if (configurationStream != null)
|
||||
// stream will be closed after use by LineBufferedReader.
|
||||
ParseConfigurationStream(configurationStream);
|
||||
else
|
||||
Configuration = new SkinConfiguration();
|
||||
|
Loading…
Reference in New Issue
Block a user