Skip to content

Commit

Permalink
Merge pull request #1491 from andy840119/update-package
Browse files Browse the repository at this point in the history
Update package
  • Loading branch information
andy840119 authored Jul 30, 2022
2 parents 30edb7c + e56a4d7 commit 5000469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ protected EditorScrollContainer()
void assignZoomRange(float _)
{
// we should make sure that will not cause error while assigning the size.
MaxZoom = Math.Max(BindableZoom.MaxValue, MinZoom);
MinZoom = Math.Min(BindableZoom.MinValue, MaxZoom);
SetupZoom(BindableZoom.Value, BindableZoom.MinValue, BindableZoom.MaxValue);
}

BindableZoom.BindValueChanged(e =>
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ppy.osu.Game" Version="2022.719.0" />
<PackageReference Include="ppy.osu.Game" Version="2022.730.0" />
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
<PackageReference Include="Lucene.Net.Analysis.Kuromoji" Version="4.8.0-beta00016" />
<PackageReference Include="NicoKaraParser" Version="1.1.0" />
Expand Down

0 comments on commit 5000469

Please sign in to comment.