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