Provide a toString for the resource decals.
This commit is contained in:
parent
115e0b143a
commit
fe3d66cef1
@ -17,6 +17,11 @@ class ResourceDecalImage implements DecalImage {
|
|||||||
this.resource = resource;
|
this.resource = resource;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getName();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return resource;
|
return resource;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user