feat(sound): improve name

This commit is contained in:
fallenoak 2025-11-29 09:49:07 -06:00
parent 25d2d36636
commit 4291944518
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -10,7 +10,7 @@ class SEChannelGroup {
int32_t m_parentChannelGroup;
float m_volume;
float m_muteVolume;
bool m_needsUpdate;
bool m_dirty;
};
#endif