Tidying up the wip folder and updating pixi.

This commit is contained in:
photonstorm
2013-12-03 20:50:34 +00:00
parent 42c0bed502
commit 666df67453
94 changed files with 374 additions and 146 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ PIXI.WebGLGraphics.buildLine = function(graphicsData, webGLData)
var wrap = true;
var points = graphicsData.points;
if(points.length === 0)return;
if(points.length == 0)return;
// if the line width is an odd number add 0.5 to align to a whole pixel
if(graphicsData.lineWidth%2)