Skip to content

Commit

Permalink
fixing typo preventing painting into channelG
Browse files Browse the repository at this point in the history
  • Loading branch information
slipster216 committed Aug 22, 2016
1 parent 5895552 commit 14c12c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/VertexPainterWindow_Painting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Lerper GetLerper()
case BrushTarget.ValueR:
return ColorR;
case BrushTarget.ValueG:
return ColorR;
return ColorG;
case BrushTarget.ValueB:
return ColorB;
case BrushTarget.ValueA:
Expand Down

0 comments on commit 14c12c2

Please sign in to comment.