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

Fix bug with DrawRectangleLinesEx

This commit is contained in:
Rgebee 2022-02-15 08:37:56 +00:00
commit 58da62baaa

View file

@ -935,7 +935,7 @@ namespace Raylib_cs
/// <summary>Draw rectangle outline with extended parameters</summary>
[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);
/// <summary>Draw rectangle with rounded edges</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]