Skip to content

Commit d565254

Browse files
committed
Another fix in tessellator
1 parent d93f646 commit d565254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/libraries/lwjgl/src/processing/lwjgl/PGraphicsLWJGL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7961,7 +7961,7 @@ public void addFillVertex(float x, float y, float z,
79617961
fillAmbient.position(fillVertexCount);
79627962
fillAmbient.put(am);
79637963
fillSpecular.position(fillVertexCount);
7964-
fillAmbient.put(am).put(sp);
7964+
fillSpecular.put(sp);
79657965
fillEmissive.position(fillVertexCount);
79667966
fillEmissive.put(em);
79677967
fillShininess.position(fillVertexCount);

0 commit comments

Comments
 (0)