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

Fix wrong naming

This commit is contained in:
bartimaeusnek 2026-08-02 18:42:14 +02:00 committed by GitHub
commit 1d8ebf303d
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)