Fix frames skip when using external effects engine
This commit is contained in:
parent
c9a1e1bf85
commit
3100f72601
1 changed files with 2 additions and 2 deletions
|
|
@ -1553,13 +1553,13 @@ void RGBController::DeviceCallThreadFunction()
|
|||
{
|
||||
if(CallFlag_UpdateMode.load() == true)
|
||||
{
|
||||
DeviceUpdateMode();
|
||||
CallFlag_UpdateMode = false;
|
||||
DeviceUpdateMode();
|
||||
}
|
||||
if(CallFlag_UpdateLEDs.load() == true)
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
CallFlag_UpdateLEDs = false;
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue