diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs
index 7a4e34f..059065d 100644
--- a/Raylib-cs/interop/Raylib.cs
+++ b/Raylib-cs/interop/Raylib.cs
@@ -935,7 +935,7 @@ namespace Raylib_cs
/// Draw rectangle outline with extended parameters
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
- public static extern void DrawRectangleLinesEx(Rectangle rec, int lineThick, Color color);
+ public static extern void DrawRectangleLinesEx(Rectangle rec, float lineThick, Color color);
/// Draw rectangle with rounded edges
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]