mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[cpp] Fix BoundingBoxAttachment default color
This commit is contained in:
parent
6090b2da22
commit
d0d77b68ae
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user