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

comment fixed

This commit is contained in:
JupiterRider 2024-12-06 19:40:52 +01:00
commit f57f4002e8

View file

@ -1219,7 +1219,7 @@ public static unsafe partial class Raylib
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void DrawRectangleRounded(Rectangle rec, float roundness, int segments, Color color);
/// <summary>Draw rectangle lines with rounded edges/summary>
/// <summary>Draw rectangle lines with rounded edges</summary>
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void DrawRectangleRoundedLines(
Rectangle rec,