Report whether this component has an associated shadow.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3735 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-10-19 00:29:07 +00:00
parent a12b610007
commit 684834cc87
@@ -213,6 +213,8 @@ public class ComponentClass implements Serializable
buf.append(StringUtil.toString(shadowColor.getComponents(null)));
buf.append(" (").append(minShadowPri).append("-");
buf.append(maxShadowPri).append(")");
} else {
buf.append(", shadowed=").append(shadowed);
}
return buf.append("]").toString();
}