Removed two sysouts
This commit is contained in:
parent
4e8d6cc498
commit
a59f017710
@ -102,8 +102,6 @@ public class J3MLoader implements AssetLoader {
|
||||
}
|
||||
|
||||
private void readShaderDefinition(Shader.ShaderType shaderType, String name, String language) {
|
||||
System.out.println(shaderType);
|
||||
System.out.println(name);
|
||||
shaderName.put(shaderType, name);
|
||||
shaderLanguage.put(shaderType, language);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user