Skip to content

Commit

Permalink
bump osu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flutterish committed Jun 30, 2022
1 parent 28636eb commit a6f5830
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.RurusettoAddon/RurusettoAddonRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public override IEnumerable<KeyBinding> GetDefaultKeyBindings ( int variant = 0

public Texture GetTexture ( GameHost host, TextureStore textures, string path ) {
if ( !textures.GetAvailableResources().Contains( path ) )
textures.AddStore( host.CreateTextureLoaderStore( CreateResourceStore() ) );
textures.AddTextureSource( host.CreateTextureLoaderStore( CreateResourceStore() ) );

return textures.Get( path );
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<None Remove="Resources\Textures\oh_no.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2022.424.1" />
<PackageReference Include="ppy.osu.Game" Version="2022.630.0" />
</ItemGroup>
</Project>

0 comments on commit a6f5830

Please sign in to comment.