mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:22:00 +01:00
Fix incomplete Render state reset, now doesn't break Journeymap waypoint overlay anymore
This commit is contained in:
parent
7443ac5031
commit
43be3ef8d5
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ public class FastKineticRenderer {
|
|||
RenderSystem.disableBlend();
|
||||
RenderSystem.defaultBlendFunc();
|
||||
RenderSystem.disableDepthTest();
|
||||
RenderSystem.disableLighting();
|
||||
}
|
||||
|
||||
public void registerCompartment(SuperByteBufferCache.Compartment<?> instance) {
|
||||
|
|
Loading…
Reference in a new issue