From 4be0d314c210cf562325116291e3abe25805a566 Mon Sep 17 00:00:00 2001 From: W-Drew Date: Fri, 12 Jan 2024 11:28:46 +0000 Subject: [PATCH] maintenance --- include/RE/B/BSSoundHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/RE/B/BSSoundHandle.h b/include/RE/B/BSSoundHandle.h index 514bb59f2..577a7224b 100644 --- a/include/RE/B/BSSoundHandle.h +++ b/include/RE/B/BSSoundHandle.h @@ -42,7 +42,7 @@ namespace RE bool SetVolume(float a_volume); bool Stop(); bool Play(); - bool Pause(); + bool Pause(); // members std::uint32_t soundID; // 00