请问一下2.0怎么关闭脏矩形

if (cc._renderType === cc.game.RENDER_TYPE_CANVAS) {
cc.renderer.enableDirtyRegion(false);
}
全是undifined…

用了图集之后移动会有黑边

@panda