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

Fix bug in AudioStream struct (#133)

This commit is contained in:
Rgebee 2022-10-01 18:26:59 +01:00 committed by GitHub
commit f13f278f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>