Complete review of audio module
This commit is contained in:
parent
4419ee9802
commit
5de597579f
5 changed files with 212 additions and 210 deletions
|
@ -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--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue