Added missing render type check

This commit is contained in:
Rabbitminers 2023-03-21 22:45:34 +00:00 committed by GitHub
parent 6672c49649
commit 3c02fe6ecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,8 @@ public class StandardBogeyRenderer extends BogeyRenderer {
.translate(0, 1 / 4f, 0)
.rotateX(-wheelAngle);
finalize(bogeyPin, ms, light, vb);
ms.popPose();
if (!inContraption)
ms.popPose();
}
}