Skip to content

Commit a7be999

Browse files
s/unsued/unused/g
1 parent 606dfbd commit a7be999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/opengl/PShader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ protected void setUniformImpl(String name, int type, Object value) {
754754
} else {
755755
PGraphics.showWarning("The shader doesn't have a uniform called \"" +
756756
name + "\" OR the uniform was removed during" +
757-
"compilation because it was unsued.");
757+
"compilation because it was unused.");
758758
}
759759
}
760760

0 commit comments

Comments
 (0)