新增physics.debugDraw默认绘制
This commit is contained in:
@@ -15,8 +15,9 @@ module es {
|
||||
this.renderAfterStateCheck(renderable, cam);
|
||||
}
|
||||
|
||||
if (this.shouldDebugRender && es.Core.debugRenderEndabled)
|
||||
if (this.shouldDebugRender && es.Core.debugRenderEndabled) {
|
||||
this.debugRender(scene);
|
||||
}
|
||||
|
||||
this.endRender();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user