mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09:00
Don't use texture atlases for beatmap backgrounds.
This commit is contained in:
parent
0109c79cae
commit
f576b4bf82
@ -33,7 +33,7 @@ namespace osu.Game.Beatmaps
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
using (var reader = GetReader())
|
using (var reader = GetReader())
|
||||||
background = new TextureStore(new RawTextureLoaderStore(reader)).Get(BeatmapInfo.Metadata.BackgroundFile);
|
background = new TextureStore(new RawTextureLoaderStore(reader), false).Get(BeatmapInfo.Metadata.BackgroundFile);
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user