cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

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

Open Naibasak opened this issue 4 years ago • 0 comments

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 avatar Aug 11 '21 07:08 Naibasak