mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +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)
|
||||
|
||||
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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user