We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588f886 commit cfa2e1eCopy full SHA for cfa2e1e
src/main/java/com/ventooth/swansong/shader/uniform/CompiledUniforms.java
@@ -132,7 +132,7 @@ public static CompiledUniforms createCompiledUniforms(UniformFunctionRegistry mc
132
shaderVar.expression()
133
.replace('\n', ' ')
134
.replace('\r', ' '));
135
- Share.log.error("Stacktrace:", e);
+ Share.log.trace("Stacktrace:", e);
136
continue;
137
}
138
if (accessor != null) {
0 commit comments