mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:21:46 +01:00
Added missing render type check
This commit is contained in:
parent
6672c49649
commit
3c02fe6ecc
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue