Skip to content

Commit

Permalink
Fix sub-optimal drag build of the air grid template (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Jun 22, 2024
1 parent 2d1e06a commit 435cde8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/snippets/fix.6285.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- (#6285) Fix sub-optimal drag build of the air grid template

When you drag build the air grid template from the context-based template setup it now slightly overlaps. This way we can create the optimal pattern for air grids when drag building the template.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Template = {
TemplateBlueprintId = 'zeb9602',
TemplateSortingOrder = 100,
TemplateData = {
24,
24,
16, -- intentional 16 instead of 24 to make drag-building optimal
16, -- intentional 16 instead of 24 to make drag-building optimal
{
'dummy',
0,
Expand Down

0 comments on commit 435cde8

Please sign in to comment.