[cpp] Fix BoundingBoxAttachment default color

This commit is contained in:
Mario Zechner 2025-07-21 01:41:54 +02:00
parent 6090b2da22
commit d0d77b68ae

View File

@ -33,7 +33,7 @@ using namespace spine;
RTTI_IMPL(BoundingBoxAttachment, VertexAttachment) RTTI_IMPL(BoundingBoxAttachment, VertexAttachment)
BoundingBoxAttachment::BoundingBoxAttachment(const String &name) : VertexAttachment(name), _color() { BoundingBoxAttachment::BoundingBoxAttachment(const String &name) : VertexAttachment(name), _color(0.38f, 0.94f, 0.0f, 1.0f) {
} }
Color &BoundingBoxAttachment::getColor() { Color &BoundingBoxAttachment::getColor() {