mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 14:08:48 +01:00
EXAMPLES: Format tweaks
This commit is contained in:
@ -45,7 +45,7 @@ int main(void)
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
UpdateMusicStream(music); // Update music buffer with new stream data
|
||||
|
||||
|
||||
// Restart music playing (stop and play)
|
||||
if (IsKeyPressed(KEY_SPACE))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user