mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Give last bundled replay frame the frame header
This commit is contained in:
@ -129,6 +129,9 @@ namespace osu.Game.Online.Spectator
|
||||
|
||||
Task ISpectatorClient.UserSentFrames(int userId, FrameDataBundle data)
|
||||
{
|
||||
if (data.Frames.Count > 0)
|
||||
data.Frames[^1].Header = data.Header;
|
||||
|
||||
Schedule(() => OnNewFrames?.Invoke(userId, data));
|
||||
|
||||
return Task.CompletedTask;
|
||||
|
Reference in New Issue
Block a user