mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Fix remaining issues
This commit is contained in:
@ -28,7 +28,8 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
}
|
||||
|
||||
protected LegacySkin(SkinInfo skin, IResourceStore<byte[]> storage, AudioManager audioManager, string filename) : base(skin)
|
||||
protected LegacySkin(SkinInfo skin, IResourceStore<byte[]> storage, AudioManager audioManager, string filename)
|
||||
: base(skin)
|
||||
{
|
||||
Stream stream = storage.GetStream(filename);
|
||||
if (stream != null)
|
||||
|
Reference in New Issue
Block a user