2
0
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:
2021-11-11 12:00:42 +00:00
parent f9e39d3226
commit bb7ceb2102
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ namespace Raylib_cs
/// <summary>
/// Music looping enable
/// </summary>
public byte looping;
public CBool looping;
/// <summary>
/// Type of music context (audio filetype)

View File

@@ -76,7 +76,7 @@ namespace Raylib_cs
/// <summary>
/// Did the ray hit something?
/// </summary>
public byte hit;
public CBool hit;
/// <summary>
/// Distance to nearest hit