Fix bug in AudioStream struct (#133)
This commit is contained in:
parent
0d994b0992
commit
f13f278f88
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ namespace Raylib_cs
|
|||
/// </summary>
|
||||
public IntPtr buffer;
|
||||
|
||||
/// <summary>
|
||||
/// Pointer to internal data processor, useful for audio effects
|
||||
/// </summary>
|
||||
public IntPtr processor;
|
||||
|
||||
/// <summary>
|
||||
/// Frequency (samples per second)
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue