Fixed node build

This commit is contained in:
Christoph Oberhofer
2016-02-25 22:30:41 +01:00
parent 16da30652c
commit 3c020d04bf
8 changed files with 155 additions and 441 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ function boxFromPatches(patches) {
vec2.transformMat2(box[j], box[j], transMat);
}
if (ENV.development && _config.development.boxFromPatches.showBB) {
if (ENV.development && _config.debug.boxFromPatches.showBB) {
ImageDebug.drawPath(box, {x: 0, y: 1}, _canvasContainer.ctx.binary, {color: '#ff0000', lineWidth: 2});
}