Skip to content

Commit

Permalink
Fix color shader
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvux committed Nov 24, 2016
1 parent ffe598b commit 416a96b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/VVVV.DX11.Lib/Effects/Pins/Standard/ColorShaderPin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public unsafe class ColorShaderPin : AbstractV1ColorPin, IMultiTypeShaderPin, IU
public void Update()
{
this.pin.GetColorPointer(out colorCnt, out colorPtr);
colorCnt *= 4;
}

public override Action<int> CreateAction(DX11ShaderInstance instance)
Expand Down

0 comments on commit 416a96b

Please sign in to comment.