mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
s/unsued/unused/g
This commit is contained in:
@@ -754,7 +754,7 @@ public class PShader implements PConstants {
|
||||
} else {
|
||||
PGraphics.showWarning("The shader doesn't have a uniform called \"" +
|
||||
name + "\" OR the uniform was removed during" +
|
||||
"compilation because it was unsued.");
|
||||
"compilation because it was unused.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user