diceAnimation->setEndListener([=](spTrackEntry* entry){
log("%d end", entry->trackIndex);
});
不进入setEndListener,这是为什么?
diceAnimation->setEndListener([=](spTrackEntry* entry){
log("%d end", entry->trackIndex);
});
不进入setEndListener,这是为什么?
你的这个问题怎么解决的呀?我现在用3.17版本,也有这个问题