Add combo to test streaming client

This commit is contained in:
smoogipoo 2021-05-12 14:22:15 +09:00
parent 273cd18b8a
commit e1dacde314
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public void SendFrames(int userId, int index, int count)
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])