Merge branch 'gh-pages' of http://github.com/teamsnowman/hextris into gh-pages

This commit is contained in:
garrettdreyfus 2014-05-26 13:38:59 -04:00
commit 6712507065

View file

@ -171,6 +171,5 @@ function findCenterOfBlocks(arr) {
return {
x:trueCanvas.width/2 + Math.cos(avgAngle * (Math.PI / 180)) * avgDFH,
y:trueCanvas.height/2 + Math.sin(avgAngle * (Math.PI / 180)) * avgDFH
}
};
}