Changing SetCustomMode to resolve #955

* Setting Active mode to MSI_GPU_MODE_STATIC at index 2
This commit is contained in:
Chris M 2021-01-09 17:59:28 +00:00 committed by Adam Honse
parent e4ec0fa46b
commit 98244a2b6f

View file

@ -313,7 +313,7 @@ void RGBController_MSIGPU::UpdateSingleLED(int /*led*/)
void RGBController_MSIGPU::SetCustomMode()
{
active_mode = 0;
active_mode = 2; //Set to MSI_GPU_MODE_STATIC
}
void RGBController_MSIGPU::DeviceUpdateMode()