Revert partial struct change
This commit is contained in:
parent
f3047a06a0
commit
a01b1be228
15 changed files with 32 additions and 32 deletions
|
|
@ -27,7 +27,7 @@ namespace Raylib_cs
|
|||
/// N-Patch layout info
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public partial struct NPatchInfo
|
||||
public struct NPatchInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// Texture source rectangle
|
||||
|
|
|
|||
Loading…
Reference in a new issue