[物理引擎bug?]physicsManager.enabled = true 一定要放在onload方法才生效

onLoad(){
    this.physicsManager = cc.director.getPhysicsManager();
    this.physicsManager.enabled = true;

}
生效

放在start方法里面 不生效. 这是为什么.

版本2.0.5