diff --git a/xLights/effects/ispc/ISPCComputeUtilities.cpp b/xLights/effects/ispc/ISPCComputeUtilities.cpp index a3d155367..01914bcd1 100644 --- a/xLights/effects/ispc/ISPCComputeUtilities.cpp +++ b/xLights/effects/ispc/ISPCComputeUtilities.cpp @@ -166,6 +166,8 @@ bool ISPCComputeUtilities::blendLayers(PixelBufferClass *pixelBuffer, int effect data.effectMixThreshold = layer->outputEffectMixThreshold; data.effectMixVaries = layer->effectMixVaries; data.fadeFactor = layer->fadeFactor; + data.startNode = 0; + data.endNode = data.nodeCount; ispc::PutColorsForNodes(data, target, tmpBufferBlend, nullptr, &layer->buffer.indexVector[0]); }