Fix outdated naming of Wave.FrameCount (#345)
This commit is contained in:
parent
5e2b5aef34
commit
dacdd61c15
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ namespace Raylib_cs;
|
||||||
public unsafe struct Wave
|
public unsafe struct Wave
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Number of samples
|
/// Total number of frames (considering channels)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public uint SampleCount;
|
public uint FrameCount;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Frequency (samples per second)
|
/// Frequency (samples per second)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue