Skip to content

Commit

Permalink
Merge pull request #392 from karaoke-dev/dependabot/nuget/ppy.osu.Fra…
Browse files Browse the repository at this point in the history
…mework-2023.914.0

Bump ppy.osu.Framework from 2023.912.0 to 2023.914.0
  • Loading branch information
andy840119 authored Sep 22, 2023
2 parents a45e0fa + eed9fe3 commit c686a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osu.Framework.Font/Graphics/Containers/MaskingContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public override void ApplyState()
? null
: new MaskingInfo
{
ScreenSpaceScissorArea = generateMasking(Source.ScreenSpaceDrawQuad.AABB, Source.MaskingEdges),
ScreenSpaceAABB = generateMasking(Source.ScreenSpaceDrawQuad.AABB, Source.MaskingEdges),
};
}

Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Font/osu.Framework.Font.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="ppy.osu.Framework" Version="2023.912.0" />
<PackageReference Include="ppy.osu.Framework" Version="2023.914.0" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\**\*" />
Expand Down

0 comments on commit c686a61

Please sign in to comment.