mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Merge pull request #23146 from EVAST9919/ruleset-samples-dispose
Fix `SampleStore` in `DrawableRulesetDependencies` isn't being disposed
This commit is contained in:
commit
628c23afae
@ -98,7 +98,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
|
|
||||||
isDisposed = true;
|
isDisposed = true;
|
||||||
|
|
||||||
if (ShaderManager.IsNotNull()) SampleStore.Dispose();
|
if (SampleStore.IsNotNull()) SampleStore.Dispose();
|
||||||
if (TextureStore.IsNotNull()) TextureStore.Dispose();
|
if (TextureStore.IsNotNull()) TextureStore.Dispose();
|
||||||
if (ShaderManager.IsNotNull()) ShaderManager.Dispose();
|
if (ShaderManager.IsNotNull()) ShaderManager.Dispose();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user