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

Fix outdated naming of Wave.FrameCount (#345)

This commit is contained in:
bartimaeusnek 2026-08-02 19:08:48 +02:00 committed by GitHub
commit dacdd61c15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,9 +9,9 @@ namespace Raylib_cs;
public unsafe struct Wave
{
/// <summary>
/// Number of samples
/// Total number of frames (considering channels)
/// </summary>
public uint SampleCount;
public uint FrameCount;
/// <summary>
/// Frequency (samples per second)