Fix incorrect propagation of stream/build on initial display with build

This commit is contained in:
Dean Herbert
2020-01-27 14:52:21 +09:00
parent 834e82d543
commit 292a82ac27
3 changed files with 19 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
@ -181,7 +181,7 @@ namespace osu.Game.Overlays
builds = res.Builds;
Streams = res.Streams;
Header.Streams.Populate(res.Streams);
Header.Populate(res.Streams);
tcs.SetResult(true);
});