Whoops
This commit is contained in:
parent
46daf120bb
commit
2c2105284c
1 changed files with 0 additions and 1 deletions
|
@ -1270,7 +1270,6 @@ public class Materials implements IColorModulationContainer, ISubTagContainer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public static void initMaterialProperties() {
|
public static void initMaterialProperties() {
|
||||||
MATERIALS.
|
|
||||||
StringBuilder aConfigPath = new StringBuilder();
|
StringBuilder aConfigPath = new StringBuilder();
|
||||||
for (Materials aMaterial : MATERIALS.values()) {
|
for (Materials aMaterial : MATERIALS.values()) {
|
||||||
if (aMaterial != null && aMaterial != Materials._NULL && aMaterial != Materials.Empty) {
|
if (aMaterial != null && aMaterial != Materials._NULL && aMaterial != Materials.Empty) {
|
||||||
|
|
Loading…
Reference in a new issue