Skip to content

Commit

Permalink
Moving 'gp' out of LogicalVector args
Browse files Browse the repository at this point in the history
  • Loading branch information
bandrewfox authored Nov 10, 2022
1 parent 09d71ab commit 6f7d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid-renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class GridRenderer {
m_grobs.push_back(
raster_grob(
image, NumericVector(1, x), NumericVector(1, y),
NumericVector(1, width), NumericVector(1, height), LogicalVector(1, interpolate, gp)
NumericVector(1, width), NumericVector(1, height), LogicalVector(1, interpolate), gp
)
);
}
Expand Down

0 comments on commit 6f7d50d

Please sign in to comment.