From 183795b8aa78fdf0b8064d72d77eaea8e7b6397b Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 16 Jan 2016 12:52:55 +0100 Subject: Review literals type --- examples/audio_music_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/audio_music_stream.c') diff --git a/examples/audio_music_stream.c b/examples/audio_music_stream.c index e61d4839..8c668cce 100644 --- a/examples/audio_music_stream.c +++ b/examples/audio_music_stream.c @@ -27,7 +27,7 @@ int main() PlayMusicStream("resources/audio/guitar_noodling.ogg"); // Play music stream int framesCounter = 0; - float timePlayed = 0; + float timePlayed = 0.0f; //float volume = 1.0; SetTargetFPS(60); // Set our game to run at 60 frames-per-second -- cgit v1.2.3