Revert partial struct change
This commit is contained in:
parent
f3047a06a0
commit
a01b1be228
15 changed files with 32 additions and 32 deletions
|
|
@ -119,7 +119,7 @@ namespace Raylib_cs
|
|||
/// Image, pixel data stored in CPU memory (RAM)
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe partial struct Image
|
||||
public unsafe struct Image
|
||||
{
|
||||
/// <summary>
|
||||
/// Image raw data
|
||||
|
|
|
|||
Loading…
Reference in a new issue