mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Fix bug in AudioStream struct (#133)
This commit is contained in:
parent
0d994b0992
commit
f13f278f88
@ -49,6 +49,11 @@ namespace Raylib_cs
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public IntPtr buffer;
|
public IntPtr buffer;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Pointer to internal data processor, useful for audio effects
|
||||||
|
/// </summary>
|
||||||
|
public IntPtr processor;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Frequency (samples per second)
|
/// Frequency (samples per second)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user