diff --git a/Raylib-cs/types/Audio.cs b/Raylib-cs/types/Audio.cs index 5f14236..2f68020 100644 --- a/Raylib-cs/types/Audio.cs +++ b/Raylib-cs/types/Audio.cs @@ -100,7 +100,7 @@ namespace Raylib_cs /// /// Music looping enable /// - public byte looping; + public CBool looping; /// /// Type of music context (audio filetype) diff --git a/Raylib-cs/types/Shapes.cs b/Raylib-cs/types/Shapes.cs index 07a292c..b403521 100644 --- a/Raylib-cs/types/Shapes.cs +++ b/Raylib-cs/types/Shapes.cs @@ -76,7 +76,7 @@ namespace Raylib_cs /// /// Did the ray hit something? /// - public byte hit; + public CBool hit; /// /// Distance to nearest hit