Skip to content

Commit

Permalink
fix(FanSystem): update component exposure for FanSystemModel_Adv
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Mar 6, 2024
1 parent e880348 commit a795fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public Ironbug_FanSystemModel_Adv()
{
}

public override GH_Exposure Exposure => GH_Exposure.tertiary;
public override GH_Exposure Exposure => GH_Exposure.tertiary | GH_Exposure.obscure;


protected override void RegisterInputParams(GH_Component.GH_InputParamManager pManager)
Expand Down

0 comments on commit a795fe8

Please sign in to comment.