Skip to content

Commit e33667b

Browse files
committed
Un-flip static images.
1 parent 62734a9 commit e33667b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/codechicken/lib/internal/ItemFileRenderer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ private StaticRenderTask(ItemStack stack, int resolution, Path path) {
162162
@Override
163163
protected boolean render() throws IOException {
164164
try (NativeImage image = takeItemScreenshot()) {
165-
image.flipY();
166165
image.writeToFile(IOUtils.makeParents(path));
167166
}
168167
return true;

0 commit comments

Comments
 (0)