From a0b4e7824b804001467281fd01bde33051b5887b Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 1 Jan 2022 13:32:14 +1000 Subject: [PATCH] Update comment. --- examples/engine_sdl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/engine_sdl.c b/examples/engine_sdl.c index 391588b1..7c1f8be9 100644 --- a/examples/engine_sdl.c +++ b/examples/engine_sdl.c @@ -105,10 +105,7 @@ int main(int argc, char** argv) #if 1 { - /* - We'll move the sound around the listener which we'll leave at the origin. We'll then get - the direction to the listener and update the binaural node appropriately. - */ + /* We'll move the sound around the listener which we'll leave at the origin. */ float stepAngle = 0.002f; float angle = 0; float distance = 2;