mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-12 15:26:39 +01:00
Merge remote-tracking branch 'origin/mc1.18/dev' into mc1.18/dev
This commit is contained in:
commit
ded4c1f613
1 changed files with 3 additions and 1 deletions
|
@ -80,6 +80,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);
|
||||||
|
|
||||||
|
if (!inContraption)
|
||||||
ms.popPose();
|
ms.popPose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue