Complete review of audio module

This commit is contained in:
raysan5 2016-12-25 01:58:56 +01:00
parent 4419ee9802
commit 5de597579f
5 changed files with 212 additions and 210 deletions

View file

@ -86,7 +86,7 @@ int main()
}
// Get timePlayed scaled to bar dimensions
timePlayed = (GetMusicTimePlayed(xm)/GetMusicTimeLength(xm)*(screenWidth - 40))*2;
timePlayed = GetMusicTimePlayed(xm)/GetMusicTimeLength(xm)*(screenWidth - 40);
// Color circles animation
for (int i = MAX_CIRCLES - 1; (i >= 0) && !pause; i--)