Skip to content

Commit

Permalink
made color gray to go with other Graph Control nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip van Allen committed Mar 20, 2019
1 parent 657e129 commit c5dec96
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

namespace DelftToolkit {
/// <summary> Splitter Node. Routes triggers </summary>
[CreateNodeMenu("Graph Control/Splitter"), NodeWidth(170), NodeTint(0f, 1f, 1f)]
//[NodeTint(0f, 1f, 1f)]
[CreateNodeMenu("Graph Control/Splitter"), NodeWidth(170)]
public class Splitter : StateNodeBase {

public int outlets = 4;
Expand Down

0 comments on commit c5dec96

Please sign in to comment.