mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-22 15:03:40 -04:00
REVIEWED: Examples comments, consistent code sections
This commit is contained in:
@ -17,7 +17,9 @@
|
||||
|
||||
#include <stdlib.h> // Required for: NULL
|
||||
|
||||
// Required delay effect variables
|
||||
//----------------------------------------------------------------------------------
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
static float *delayBuffer = NULL;
|
||||
static unsigned int delayBufferSize = 0;
|
||||
static unsigned int delayReadIndex = 2;
|
||||
|
||||
Reference in New Issue
Block a user