Examples review...

This commit is contained in:
raysan5 2015-01-02 20:58:06 +01:00
parent e6bc655d6a
commit 8847602061
9 changed files with 26 additions and 16 deletions

View file

@ -27,8 +27,8 @@ int main()
PlayMusicStream("resources/audio/guitar_noodling.ogg"); // Play music stream
int framesCounter = 0;
float volume = 1.0;
float timePlayed = 0;
//float volume = 1.0;
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
//--------------------------------------------------------------------------------------