Skip to content

Commit

Permalink
Made Scissor struct internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Shapiro committed Jun 24, 2022
1 parent 522c0db commit dab28ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NvgSharp/Scissor.cs
Expand Up @@ -11,7 +11,7 @@
namespace NvgSharp
{
[StructLayout(LayoutKind.Sequential)]
public struct Scissor
internal struct Scissor
{
public Transform Transform;
public Vector2 Extent;
Expand Down

0 comments on commit dab28ad

Please sign in to comment.