mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-07 02:51:43 -04:00
Fix bug with DrawRectangleLinesEx
This commit is contained in:
@@ -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)]
|
||||
|
Reference in New Issue
Block a user