mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
- Revised which timelines support additive blending: IK and path constraint mix timelines no longer support add blend (treat as replace). Physics constraint timelines only support add for wind and gravity. Ports spine-libgdx commit b92058975. - Fixed alpha and RGB timeline flicker when blend is setup and alpha is not 1: interpolate from setup value instead of set-then-add. Clamp color output to 0-1. Ports spine-libgdx commit 8943c84d8.