Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal committed Feb 3, 2025
2 parents 49a50a3 + 0f3d3ba commit 5ed67e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ namespace Manager {
size_t size = imageInfo.computeByteSize(rowBytes);
this->pixelMemory.resize(size);

sk_sp<SkSurface> rasterSurface = SkSurfaces::WrapPixels(
this->rasterSurface = SkSurfaces::WrapPixels(
imageInfo,
&pixelMemory[0],
rowBytes);
Expand Down

0 comments on commit 5ed67e9

Please sign in to comment.