Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Maik Marschner <[email protected]>
  • Loading branch information
Maximilian Stiede and leMaik authored Nov 1, 2023
1 parent 582b949 commit 35ba555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunky/src/java/se/llbit/chunky/renderer/scene/Scene.java
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public synchronized void copyState(Scene other, boolean copyChunks) {
frontBuffer = other.frontBuffer;
samples = other.samples;
}
alphaBuffer.reset();
alphaBuffer.reset(); // TODO could we copy it without resetting if the export format didn't change?

fullWidth = other.fullWidth;
fullHeight = other.fullHeight;
Expand Down

0 comments on commit 35ba555

Please sign in to comment.