mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
* More code moved into getCurveValue/Percent. * Avoid doing work where possible, eg few comparisons, don't access `frames` when the value is not needed. * Binary searches return lower index rather than greater and return the frame index without multiplying by the number of entries.