Skip to content

Commit

Permalink
Remove leftover popPose
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Oct 30, 2024
1 parent d8d68b5 commit 7401075
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public abstract class ItemRendererMixin {
private void beforeRenderItem(ItemStack stack, ItemDisplayContext transformMode, PoseStack matrixStack, MultiBufferSource vertexConsumerProvider, int light, int overlay, BakedModel model, boolean invert, CallbackInfo ci) {
if (!((FabricBakedModel) model).isVanillaAdapter()) {
contexts.get().renderModel(stack, transformMode, invert, matrixStack, vertexConsumerProvider, light, overlay, model);
matrixStack.popPose();
ci.cancel();
}
}
Expand Down

0 comments on commit 7401075

Please sign in to comment.