From 4291944518ea52ca81897b5f8c80edb5445ad4be Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sat, 29 Nov 2025 09:49:07 -0600 Subject: [PATCH] feat(sound): improve name --- src/sound/SEChannelGroup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/SEChannelGroup.hpp b/src/sound/SEChannelGroup.hpp index ec3e316..735d772 100644 --- a/src/sound/SEChannelGroup.hpp +++ b/src/sound/SEChannelGroup.hpp @@ -10,7 +10,7 @@ class SEChannelGroup { int32_t m_parentChannelGroup; float m_volume; float m_muteVolume; - bool m_needsUpdate; + bool m_dirty; }; #endif