Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie committed Jun 14, 2020
1 parent 2671700 commit b210c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DoggieGraphics/GPContext/GPContextPattern.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ extension GPContext {

for y in minY..<maxY {
let transform = cell_transform * SDTransform.translate(x: 0, y: Double(y) * pattern.yStep) * cell_transform.inverse
combined = combined.map { row.transformed(by: transform).composited(over: $0) } ?? row.transformed(by: transform)
combined = combined.map { combined_row.transformed(by: transform).composited(over: $0) } ?? combined_row.transformed(by: transform)
}
}

Expand Down

0 comments on commit b210c22

Please sign in to comment.