dist files

This commit is contained in:
javi 2013-09-27 13:34:53 +02:00
parent 9e54881d2a
commit 6a826ff790
2 changed files with 3 additions and 3 deletions

4
dist/torque.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1355,7 +1355,7 @@ exports.Profiler = Profiler;
if(!this._canvas) return;
var prof = Profiler.metric('PointRenderer:renderTile').start();
var ctx = this._ctx;
var res = this.options.resolution;
var res = 1;//this.options.resolution;
var activePixels = tile.timeCount[key];
if(this.options.blendmode) {
ctx.globalCompositeOperation = this.options.blendmode;