Skip to content

Commit

Permalink
Fixed perspective rendering in SeparateTransformsModel
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmatskiv committed Jun 17, 2024
1 parent 7a497cd commit 36f51b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public BakedModel bake(IGeometryBakingContext context, ModelBaker baker, Functio
spriteGetter.apply(context.getMaterial("particle")), overrides,
baseModel.bake(baker, baseModel, spriteGetter, modelState, context.useBlockLight()),
ImmutableMap.copyOf(Maps.transformValues(perspectives, value -> {
return value.bake(baker, value, spriteGetter, modelState, context.useBlockLight(), context.getRenderType(context.getRenderTypeHint()));
return value.bake(baker, value, spriteGetter, modelState, context.useBlockLight());
}))
);
}
Expand Down

0 comments on commit 36f51b7

Please sign in to comment.