Add combo to test streaming client

This commit is contained in:
smoogipoo
2021-05-12 14:22:15 +09:00
parent 273cd18b8a
commit e1dacde314

View File

@ -54,7 +54,7 @@ namespace osu.Game.Tests.Visual.Spectator
frames.Add(new LegacyReplayFrame(i * 100, RNG.Next(0, 512), RNG.Next(0, 512), buttonState));
}
var bundle = new FrameDataBundle(new ScoreInfo(), frames);
var bundle = new FrameDataBundle(new ScoreInfo { Combo = index + count }, frames);
((ISpectatorClient)this).UserSentFrames(userId, bundle);
if (!userSentStateDictionary[userId])