mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 06:19:55 +08:00
Don't use texture atlases for beatmap backgrounds.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace osu.Game.Beatmaps
|
||||
try
|
||||
{
|
||||
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 { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user