cocos2d-x
cocos2d-x copied to clipboard
fix crash when create too many spine animations at a time cause a cra…
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.