We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6f58e commit 773c0d7Copy full SHA for 773c0d7
examples/audio/audio_music_stream.c
@@ -34,7 +34,7 @@ int main(void)
34
float timePlayed = 0.0f; // Time played normalized [0.0f..1.0f]
35
bool pause = false; // Music playing paused
36
37
- SetTargetFPS(30); // Set our game to run at 60 frames-per-second
+ SetTargetFPS(30); // Set our game to run at 30 frames-per-second
38
//--------------------------------------------------------------------------------------
39
40
// Main game loop
@@ -95,4 +95,4 @@ int main(void)
95
96
97
return 0;
98
-}
+}
0 commit comments