From c8d1795ebdb4ffbdde11ddd95474bd5d3904d1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:01:12 +0000 Subject: [PATCH 1/2] Bump ppy.osu.Game from 2022.1022.0 to 2022.1117.0 Bumps [ppy.osu.Game](https://github.com/ppy/osu) from 2022.1022.0 to 2022.1117.0. - [Release notes](https://github.com/ppy/osu/releases) - [Commits](https://github.com/ppy/osu/compare/2022.1022.0...2022.1117.0) --- updated-dependencies: - dependency-name: ppy.osu.Game dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj index c69a75462..54be8e38e 100644 --- a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj +++ b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj @@ -9,7 +9,7 @@ osu.Game.Rulesets.Sentakki - + From 033b732a5efc1e332c6357cac9c48c8f092c6751 Mon Sep 17 00:00:00 2001 From: Derrick Timmermans Date: Thu, 17 Nov 2022 16:41:47 +0100 Subject: [PATCH 2/2] Fix visualizer --- osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs | 3 +-- .../UI/Components/PlayfieldVisualization.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs b/osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs index d3293e640..454f4a6a7 100644 --- a/osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs +++ b/osu.Game.Rulesets.Sentakki/SentakkiRuleset.cs @@ -207,8 +207,7 @@ public SentakkiIcon(Ruleset ruleset) [BackgroundDependencyLoader] private void load(GameHost host) { - if (textureStore is null) - textureStore = new LargeTextureStore(host.Renderer, host.CreateTextureLoaderStore(ruleset.CreateResourceStore())); + textureStore ??= new LargeTextureStore(host.Renderer, host.CreateTextureLoaderStore(ruleset.CreateResourceStore())); AddInternal(new Sprite { diff --git a/osu.Game.Rulesets.Sentakki/UI/Components/PlayfieldVisualization.cs b/osu.Game.Rulesets.Sentakki/UI/Components/PlayfieldVisualization.cs index 92d20c6ad..aefb4cc38 100644 --- a/osu.Game.Rulesets.Sentakki/UI/Components/PlayfieldVisualization.cs +++ b/osu.Game.Rulesets.Sentakki/UI/Components/PlayfieldVisualization.cs @@ -85,7 +85,7 @@ private void load(IRenderer renderer, ShaderManager shaders, IBindable