mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 13:19:17 -05:00
Review variables initialization
This commit is contained in:
@ -94,7 +94,7 @@ int main()
|
||||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
static unsigned char key;
|
||||
static unsigned char key = 0;
|
||||
|
||||
InitAudioDevice();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user