Review audio module and examples

This commit is contained in:
raysan5 2016-08-01 21:37:45 +02:00
parent 36cf1f7dfd
commit 58d2f70b7e
4 changed files with 76 additions and 125 deletions

View file

@ -54,7 +54,6 @@ int main()
{
volume = 1.0;
framesCounter = 0;
PlayMusicStream(1, "resources/audio/another_file.ogg");
}
SetMusicVolume(volume);