]> git.lizzy.rs Git - nothing.git/commitdiff
TODO(#134)
authorrexim <reximkut@gmail.com>
Fri, 30 Mar 2018 20:36:26 +0000 (03:36 +0700)
committerrexim <reximkut@gmail.com>
Fri, 30 Mar 2018 20:36:26 +0000 (03:36 +0700)
src/sound_medium.c

index 90f209361043b66d37c6b30caaa31d6370272e40..1a688ac7c669d6fc87e3d078e890d63b40cfb5ac 100644 (file)
@@ -46,7 +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 */
+/* TODO(#134): 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)