Attempt to fix https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/1820 by moving return statement
This commit is contained in:
parent
33624d0975
commit
4391f6db60
1 changed files with 2 additions and 2 deletions
|
|
@ -311,9 +311,9 @@ bool ProfileManager::LoadDeviceFromListWithOptions
|
|||
load_controller->colors[color_index] = temp_controller->colors[color_index];
|
||||
}
|
||||
}
|
||||
|
||||
return(true);
|
||||
}
|
||||
|
||||
return(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue