Skip to content

Commit d0d77b6

Browse files
committed
[cpp] Fix BoundingBoxAttachment default color
1 parent 6090b2d commit d0d77b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spine-cpp/src/spine/BoundingBoxAttachment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using namespace spine;
3333

3434
RTTI_IMPL(BoundingBoxAttachment, VertexAttachment)
3535

36-
BoundingBoxAttachment::BoundingBoxAttachment(const String &name) : VertexAttachment(name), _color() {
36+
BoundingBoxAttachment::BoundingBoxAttachment(const String &name) : VertexAttachment(name), _color(0.38f, 0.94f, 0.0f, 1.0f) {
3737
}
3838

3939
Color &BoundingBoxAttachment::getColor() {

0 commit comments

Comments
 (0)