Skip to content

Commit

Permalink
Un-flip static images.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Sep 22, 2024
1 parent 62734a9 commit e33667b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ private StaticRenderTask(ItemStack stack, int resolution, Path path) {
@Override
protected boolean render() throws IOException {
try (NativeImage image = takeItemScreenshot()) {
image.flipY();
image.writeToFile(IOUtils.makeParents(path));
}
return true;
Expand Down

0 comments on commit e33667b

Please sign in to comment.