Fix incomplete Render state reset, now doesn't break Journeymap waypoint overlay anymore

This commit is contained in:
grimmauld 2021-01-09 13:16:05 +01:00
parent 7443ac5031
commit 43be3ef8d5

View file

@ -175,6 +175,7 @@ public class FastKineticRenderer {
RenderSystem.disableBlend();
RenderSystem.defaultBlendFunc();
RenderSystem.disableDepthTest();
RenderSystem.disableLighting();
}
public void registerCompartment(SuperByteBufferCache.Compartment<?> instance) {