mirror of
https://github.com/ppy/osu
synced 2025-01-23 22:33:05 +00: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