mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 22:33:42 +01:00
Outdrawn
- Fixed CTM item models disappearing after a ponder scene is opened
This commit is contained in:
parent
728fb256b7
commit
0bc26ac7b0
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ public class WorldSectionElement extends AnimatedSceneElement {
|
||||||
|
|
||||||
world.clearMask();
|
world.clearMask();
|
||||||
builder.end();
|
builder.end();
|
||||||
|
ForgeHooksClient.setRenderLayer(null);
|
||||||
return new SuperByteBuffer(builder);
|
return new SuperByteBuffer(builder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue