Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonie-kramer committed Nov 21, 2023
1 parent 41e2ac7 commit 0b914f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LayoutFunctions/Doors/src/Doors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static DoorsOutputs Execute(Dictionary<string, Model> inputModels, DoorsI
AddDoors(doors, input.Overrides.Additions.DoorPositions, walls, input.Overrides);
RemoveDoors(doors, input.Overrides.Removals.DoorPositions);

// output.Model.AddElements(doors);
output.Model.AddElements(doors);
return output;
}

Expand Down

0 comments on commit 0b914f3

Please sign in to comment.