2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Fixing more examples

- Changed a few parts to use IntPtr for now.
This commit is contained in:
2018-10-25 18:20:13 +01:00
parent 67d5628fe3
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