Skip to content

Commit

Permalink
Undo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Permdog99 committed Feb 9, 2025
1 parent 172f0a4 commit e5c397b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ public static void setMipmapType(NativeImage[] originals, int mipmapLevel, Resou
cir.cancel();
}
case MipmapTypes.JAVA -> {
cir.setReturnValue(mipmapJava(originals, mipmapLevel));
currentResourceLocation = null;
cir.cancel();
}
}
// uncomment to export the generated mipmaps
Expand Down

0 comments on commit e5c397b

Please sign in to comment.