Skip to content

Commit

Permalink
Update based on @IsakNaslundBh comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kThorsager authored and IsakNaslundBh committed Apr 9, 2020
1 parent 3f1a2f8 commit c1002d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Robot_Adapter/Convert/ToRobot/Groups and Lists/Group.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ public static IRobotObjectType RobotObjectType(Type type)
{
if (type == typeof(Bar))
return IRobotObjectType.I_OT_BAR;


else if (type == typeof(Panel))
return IRobotObjectType.I_OT_PANEL;

else if (type == typeof(Node))
return IRobotObjectType.I_OT_NODE;

Expand Down

0 comments on commit c1002d4

Please sign in to comment.