Skip to content

Commit

Permalink
fix compil
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Jun 30, 2024
1 parent a521529 commit dec6ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ DeclareScriptFunctionVoid4(LedStripManagerComponent, setHSV, uint32_t, float, fl
DeclareScriptFunctionReturn1(LedStripManagerComponent, get, uint32_t, uint32_t) { return items[0]->scriptLayer.getLed(arg1).value; }

DeclareScriptFunctionVoid3(LedStripManagerComponent, setBlendMode, uint32_t, uint32_t, uint32_t) { return items[0]->userLayers[(int)arg2]->setBlendMode((LedStripLayer::BlendMode)arg3); }
#endif

void addItemInternal(int index){};

#endif

EndDeclareComponent

0 comments on commit dec6ab9

Please sign in to comment.