Skip to content

Commit

Permalink
fix breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Flutterish committed Dec 8, 2023
1 parent f321d33 commit d92cd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private class HeaderTitle : OverlayTitle {
public HeaderTitle () {
Title = "rūrusetto";
Description = Localisation.Strings.RurusettoDescription;
IconTexture = "Icons/Hexacons/chart";
Icon = HexaconsIcons.Chart;
}
}

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="2023.1114.1" />
<PackageReference Include="ppy.osu.Game" Version="2023.1207.0" />
</ItemGroup>
</Project>

0 comments on commit d92cd7c

Please sign in to comment.