Skip to content

Commit 3100f72

Browse files
CheerpipeCalcProgrammer1
authored andcommitted
Fix frames skip when using external effects engine
1 parent c9a1e1b commit 3100f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RGBController/RGBController.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,13 +1553,13 @@ void RGBController::DeviceCallThreadFunction()
15531553
{
15541554
if(CallFlag_UpdateMode.load() == true)
15551555
{
1556-
DeviceUpdateMode();
15571556
CallFlag_UpdateMode = false;
1557+
DeviceUpdateMode();
15581558
}
15591559
if(CallFlag_UpdateLEDs.load() == true)
15601560
{
1561-
DeviceUpdateLEDs();
15621561
CallFlag_UpdateLEDs = false;
1562+
DeviceUpdateLEDs();
15631563
}
15641564
else
15651565
{

0 commit comments

Comments
 (0)