mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-13 05:54:01 +01:00
Fix broken render state in RenderWorldLastEvent
This commit is contained in:
parent
b958be0712
commit
08a20972aa
@ -1,6 +1,7 @@
|
||||
package com.simibubi.create.events;
|
||||
|
||||
import com.mojang.blaze3d.matrix.MatrixStack;
|
||||
import com.mojang.blaze3d.systems.RenderSystem;
|
||||
import com.simibubi.create.AllFluids;
|
||||
import com.simibubi.create.Create;
|
||||
import com.simibubi.create.CreateClient;
|
||||
@ -124,6 +125,7 @@ public class ClientEvents {
|
||||
CreateClient.outliner.renderOutlines(ms, buffer);
|
||||
// CollisionDebugger.render(ms, buffer);
|
||||
buffer.draw();
|
||||
RenderSystem.enableCull();
|
||||
|
||||
ms.pop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user