Revert partial struct change
This commit is contained in:
parent
f3047a06a0
commit
a01b1be228
15 changed files with 32 additions and 32 deletions
|
|
@ -28,7 +28,7 @@ namespace Raylib_cs
|
|||
/// GlyphInfo, font characters glyphs info
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public partial struct GlyphInfo
|
||||
public struct GlyphInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// Character value (Unicode)
|
||||
|
|
@ -60,7 +60,7 @@ namespace Raylib_cs
|
|||
/// Font, font texture and GlyphInfo array data
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe partial struct Font
|
||||
public unsafe struct Font
|
||||
{
|
||||
/// <summary>
|
||||
/// Base size (default chars height)
|
||||
|
|
|
|||
Loading…
Reference in a new issue