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

Fixing more examples

- Changed a few parts to use IntPtr for now.
This commit is contained in:
Rgebee 2018-10-25 18:20:13 +01:00
commit 26cd2c6337
6 changed files with 22 additions and 25 deletions

View file

@ -17,7 +17,7 @@ public partial class audio_raw_stream
*
********************************************************************************************/
public const int MAX_SAMPLES = 22050;
public const int MAX_SAMPLES_PER_UPDATE = 4096;
@ -105,7 +105,6 @@ public partial class audio_raw_stream
// De-Initialization
//--------------------------------------------------------------------------------------
// free(data); // Unload sine wave data
CloseAudioStream(stream); // Close raw audio stream and delete buffers from RAM