Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix crash when create too many spine animations at a time cause a cra… #20683

Open
wants to merge 2 commits into
base: v4
Choose a base branch
from

Commits on Aug 11, 2021

  1. fix crash when create too many spine animations at a time cause a cra…

    …sh for memory alloc failed
    
    Creating a large number of different spine animations at the same time results in the allocation of vertex vector(large than 1.4 billion) Then run out of memory and crash.
    Naibasak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d493654 View commit details
    Browse the repository at this point in the history
  2. Update SkeletonBatch.cpp

    Naibasak committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4a249ec View commit details
    Browse the repository at this point in the history