pixijs / spine-v8

PixiJS v8 port of the official spine runtime
https://pixijs.io/spine-v8/examples/
MIT License
32 stars 5 forks source link

fix: Clipped attachments don't have an assigned batcher #21

Closed uorbe001 closed 3 months ago

uorbe001 commented 3 months ago

When updating the batchableSpineSlot, this assumes the batcher is defined, but when an attachment is clipped the batcher is never assigned leading to that call crashing because the batcher is undefined. This is just a quick fix to prevent this error.