Skip to content

Commit 5872cb2

Browse files
committed
Sync code
1 parent 9243eff commit 5872cb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chapter-14/src/main/java/org/lwjglb/engine/graph/SceneRender.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public void render(Scene scene) {
128128
glBindVertexArray(0);
129129

130130
shaderProgram.unbind();
131-
glDisable(GL_BLEND);
132131
}
133132

134133
private void updateLights(Scene scene) {

0 commit comments

Comments
 (0)