mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-21 11:46:49 +01:00
Fix boat rendering twice in <= 1.8
This commit is contained in:
parent
12357f4ca2
commit
ef6076aa07
@ -72,7 +72,6 @@ public class BoatRenderer1_8 extends AbstractBoatEntityRenderer {
|
||||
model.render(matrices, vertexConsumer, light, OverlayTexture.DEFAULT_UV);
|
||||
|
||||
matrices.pop();
|
||||
super.render(state, matrices, vertexConsumers, light);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user