1
0
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:
Dean Herbert 2021-10-24 23:43:37 +09:00
parent d24fbc6ade
commit 5303cae044

View File

@ -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();