Fix Material.toString
This commit is contained in:
parent
3f92caf931
commit
88b78479c6
1 changed files with 5 additions and 0 deletions
|
@ -1881,5 +1881,10 @@ public class Materials implements IColorModulationContainer, ISubTagContainer {
|
|||
return mRGBa;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.mName;
|
||||
}
|
||||
|
||||
public static volatile int VERSION = 509;
|
||||
}
|
Loading…
Reference in a new issue