mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-27 04:30:36 +00:00
Review audio module and examples
This commit is contained in:
@@ -54,7 +54,6 @@ int main()
|
||||
{
|
||||
volume = 1.0;
|
||||
framesCounter = 0;
|
||||
PlayMusicStream(1, "resources/audio/another_file.ogg");
|
||||
}
|
||||
|
||||
SetMusicVolume(volume);
|
||||
|
||||
Reference in New Issue
Block a user