]> git.lizzy.rs Git - nothing.git/commitdiff
(#132) TODO for unfinished implementation
authorrexim <reximkut@gmail.com>
Thu, 29 Mar 2018 20:40:57 +0000 (03:40 +0700)
committerrexim <reximkut@gmail.com>
Thu, 29 Mar 2018 20:40:57 +0000 (03:40 +0700)
src/sound_medium.c

index d6ef2cbe240d1317fe68fe4e219011cc8a53212b..90f209361043b66d37c6b30caaa31d6370272e40 100644 (file)
@@ -46,6 +46,7 @@ void destroy_sound_medium(sound_medium_t *sound_medium)
     RETURN_LT0(sound_medium->lt);
 }
 
+/* TODO: sound_medium doesn't take into account the positions of the sound and the listener */
 int sound_medium_play_sound(sound_medium_t *sound_medium,
                             size_t sound_index,
                             point_t position)