fluffy-mods/MusicManager

figure out why game starts next song on long click/drag.

todo opened this issue · 0 comments

todo commented

// todo: figure out why game starts next song on long click/drag.
var progress = AudioSource.time / AudioSource.clip.length;
GUI.DrawTexture( canvas, Resources.SeekBackgroundTexture );
GUI.DrawTexture( canvas.LeftPart( progress ), Resources.SeekForegroundTexture );


This issue was generated by todo based on a todo comment in dfd26d6. It's been assigned to @FluffierThanThou because they committed the code.