Watch
2
0
Fork
You've already forked raylib-cs
0

Use CBool in structs

This commit is contained in:
Rgebee 2021-11-11 12:00:42 +00:00
commit bb7ceb2102
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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