mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 14:33:57 +01:00
Fix incomplete Render state reset, now doesn't break Journeymap waypoint overlay anymore
This commit is contained in:
parent
7443ac5031
commit
43be3ef8d5
@ -175,6 +175,7 @@ public class FastKineticRenderer {
|
||||
RenderSystem.disableBlend();
|
||||
RenderSystem.defaultBlendFunc();
|
||||
RenderSystem.disableDepthTest();
|
||||
RenderSystem.disableLighting();
|
||||
}
|
||||
|
||||
public void registerCompartment(SuperByteBufferCache.Compartment<?> instance) {
|
||||
|
Loading…
Reference in New Issue
Block a user