mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fix: fixes backing values for eLevelControlType
This commit is contained in:
parent
bec3ab8e73
commit
c7f4bf1fb2
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ namespace PepperDash.Essentials.Core
|
|||
[Flags]
|
||||
public enum eLevelControlType
|
||||
{
|
||||
Level = 0,
|
||||
Mute = 1,
|
||||
Level = 1,
|
||||
Mute = 2,
|
||||
LevelAndMute = Level | Mute,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue