Send frames to streaming client from replay recorder

This commit is contained in:
Dean Herbert
2020-10-22 14:54:27 +09:00
parent 93db75bd41
commit 175fd512b0
3 changed files with 25 additions and 0 deletions

View File

@ -250,8 +250,11 @@ namespace osu.Game
FileStore.Cleanup();
// add api components to hierarchy.
if (API is APIAccess apiAccess)
AddInternal(apiAccess);
AddInternal(spectatorStreaming);
AddInternal(RulesetConfigCache);
MenuCursorContainer = new MenuCursorContainer { RelativeSizeAxes = Axes.Both };