mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Provide a realm factory to usages of ToLive
/RealmLive
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
AddStep("setup skins", () =>
|
||||
{
|
||||
skinManager.CurrentSkinInfo.Value = gameCurrentSkin.ToLive();
|
||||
skinManager.CurrentSkinInfo.Value = gameCurrentSkin.ToLiveUnmanaged();
|
||||
currentBeatmapSkin = getBeatmapSkin();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user