mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:43:20 +08:00
Add note about stream provided to ImportTask
being disposed implicitly
This commit is contained in:
parent
882e1c69e5
commit
4aa32038c3
@ -33,7 +33,7 @@ namespace osu.Game.Database
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Construct a new import task from a stream.
|
||||
/// Construct a new import task from a stream. The provided stream will be disposed after reading.
|
||||
/// </summary>
|
||||
public ImportTask(Stream stream, string filename)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user