mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Use CBool in structs
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Raylib_cs
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Music looping enable
|
/// Music looping enable
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public byte looping;
|
public CBool looping;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Type of music context (audio filetype)
|
/// Type of music context (audio filetype)
|
||||||
|
@@ -76,7 +76,7 @@ namespace Raylib_cs
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Did the ray hit something?
|
/// Did the ray hit something?
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public byte hit;
|
public CBool hit;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Distance to nearest hit
|
/// Distance to nearest hit
|
||||||
|
Reference in New Issue
Block a user