Skip to content

Commit

Permalink
music_mikmod.c: add a FIXLE note to MIKMOD_Seek()
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 4, 2019
1 parent e4d18bc commit 4484f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codecs/music_mikmod.c
Expand Up @@ -436,6 +436,7 @@ static int MIKMOD_GetAudio(void *context, void *data, int bytes)
static int MIKMOD_Seek(void *context, double position)
{
(void)context;
/* FIXME: WRONG: THIS IS NOT A TIME SEEK */
mikmod.Player_SetPosition((UWORD)position);
return 0;
}
Expand Down

0 comments on commit 4484f5b

Please sign in to comment.