From 00081646b2a62c6d362b1a22b6cb8879344c7d4d Mon Sep 17 00:00:00 2001 From: proof88 Date: Mon, 15 Jul 2024 23:44:20 +0200 Subject: [PATCH] Fix comments for INAUDIBLE_KILL --- AUTHORS | 1 + include/soloud_audiosource.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e8a1b8eb..b95b8fc3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -40,3 +40,4 @@ lexander Yashin https://github.com/yashin-alexander Nils Duval https://github.com/nlsdvl JackRedstonia jackredstonia64@gmail.com David Bullock https://github.com/dwbullock +Adam Szabo https://github.com/proof88 diff --git a/include/soloud_audiosource.h b/include/soloud_audiosource.h index c155705f..706b802e 100644 --- a/include/soloud_audiosource.h +++ b/include/soloud_audiosource.h @@ -116,7 +116,7 @@ namespace SoLoud LISTENER_RELATIVE = 16, // Currently inaudible INAUDIBLE = 32, - // If inaudible, should be killed (default = don't kill kill) + // If inaudible, should be killed (default = don't kill) INAUDIBLE_KILL = 64, // If inaudible, should still be ticked (default = pause) INAUDIBLE_TICK = 128, @@ -220,7 +220,7 @@ namespace SoLoud LISTENER_RELATIVE = 16, // Delay start of sound by the distance from listener DISTANCE_DELAY = 32, - // If inaudible, should be killed (default) + // If inaudible, should be killed (default = don't kill) INAUDIBLE_KILL = 64, // If inaudible, should still be ticked (default = pause) INAUDIBLE_TICK = 128,