Fix bug with DrawRectangleLinesEx
This commit is contained in:
parent
e57646a17e
commit
58da62baaa
1 changed files with 1 additions and 1 deletions
|
|
@ -935,7 +935,7 @@ namespace Raylib_cs
|
||||||
|
|
||||||
/// <summary>Draw rectangle outline with extended parameters</summary>
|
/// <summary>Draw rectangle outline with extended parameters</summary>
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[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>
|
/// <summary>Draw rectangle with rounded edges</summary>
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue