Skip to content

Commit 868bbf1

Browse files
committed
Reset blend function before drawing
1 parent 4c47fb6 commit 868bbf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/vulkanmod/render/sky/CloudRenderer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ else if (centerY > 0.0f) {
135135

136136
GraphicsPipeline pipeline = PipelineManager.getCloudsPipeline();
137137
RenderSystem.enableBlend();
138+
RenderSystem.defaultBlendFunc();
138139
RenderSystem.enableDepthTest();
139140

140141
boolean fastClouds = this.prevCloudsType == CloudStatus.FAST;

0 commit comments

Comments
 (0)