Skip to content

Commit

Permalink
Make F3DAUDIO_DISTANCE_CURVE pPoints accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
bartwe committed Jun 9, 2024
1 parent 8a05b08 commit 25d1750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/FAudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ public struct F3DAUDIO_DISTANCE_CURVE_POINT
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct F3DAUDIO_DISTANCE_CURVE
{
IntPtr pPoints; /* F3DAUDIO_DISTANCE_CURVE_POINT* */
public IntPtr pPoints; /* F3DAUDIO_DISTANCE_CURVE_POINT* */
public uint PointCount;
}

Expand Down

0 comments on commit 25d1750

Please sign in to comment.