Swap color modes in enum

This commit is contained in:
Willy-JL
2024-03-08 00:28:48 +00:00
parent 5a61ee4944
commit 537fd8dacc

View File

@@ -46,8 +46,8 @@ typedef enum {
typedef enum {
VgmColorModeDefault,
VgmColorModeRgbBacklight,
VgmColorModeCustom,
VgmColorModeRgbBacklight,
VgmColorModeCount,
} VgmColorMode;