Fix renaming variables too eagerly

This commit is contained in:
Dean Herbert
2018-09-06 17:57:09 +09:00
parent 75c7f521ea
commit 4e012042ab
5 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ namespace osu.Game.Beatmaps
try
{
return (textureStore ?? (textureStore = new LargeTextureStore(new TextureLoaderStore(store)))).Get(getPathForFile(Metadata.BackgroundFile));
return (textureStore ?? (textureStore = new LargeTextureStore(new RawTextureLoaderStore(store)))).Get(getPathForFile(Metadata.BackgroundFile));
}
catch
{