1.5.2actionManager有bug

截图是1.5.1的,我升级1.5.2后运行到441行这个位置会报错,说locCurrTarget.currentAction是null,我换回1.5.1就没问题了,我尝试改了1.5.2的代码,比如在前面对locCurrTarget.currentAction是否为空进行判断,==null的话就不运行图中这一段,但是依然会报原来的错,说locCurrTarget.currentAction为空所以不能调用isDone