mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-27 13:28:00 +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)
|
.translate(0, 1 / 4f, 0)
|
||||||
.rotateX(-wheelAngle);
|
.rotateX(-wheelAngle);
|
||||||
finalize(bogeyPin, ms, light, vb);
|
finalize(bogeyPin, ms, light, vb);
|
||||||
ms.popPose();
|
|
||||||
|
if (!inContraption)
|
||||||
|
ms.popPose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue