mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Merge branch '4.1' into 4.2-beta
This commit is contained in:
commit
808e4cdacc
@ -542,6 +542,10 @@ void SpineSprite::update_meshes(Ref<SpineSkeleton> skeleton_ref) {
|
||||
skeleton_clipper->clipEnd(*slot);
|
||||
continue;
|
||||
}
|
||||
if (!slot->getBone().isActive()) {
|
||||
skeleton_clipper->clipEnd(*slot);
|
||||
continue;
|
||||
}
|
||||
|
||||
spine::Color skeleton_color = skeleton->getColor();
|
||||
spine::Color slot_color = slot->getColor();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user