|
@@ -55,6 +55,7 @@ Slot::Slot(SlotData &data, Bone &bone) :
|
|
|
|
|
|
void Slot::setToSetupPose() {
|
|
void Slot::setToSetupPose() {
|
|
_color.set(_data.getColor());
|
|
_color.set(_data.getColor());
|
|
|
|
+ if (_hasDarkColor) _darkColor.set(_data.getDarkColor());
|
|
|
|
|
|
const String &attachmentName = _data.getAttachmentName();
|
|
const String &attachmentName = _data.getAttachmentName();
|
|
if (attachmentName.length() > 0) {
|
|
if (attachmentName.length() > 0) {
|