Open
Description
Hi guys!
It's seems that I found another bug in cc.loader.load
.
Error: InternalError: too much recursion in jsb_boot.js:606
.
Device: It happens with iOS 64-bit devices such as iPhone 5S, iPhone 6 and iPad Air.
Version: I'm using cocos2d-js v3.5.
How to reproduce: It happens when I put a large (150 items) array into cc.loader.load(array, callback, callback)
.
Interesting things: It happens only on 64-bit devices. On iPhone 5 and Android devices it works fine.
Thanks a lot!