Closed JohnBrookes closed 11 years ago
Line 142 SgementPass maybe change to
if (stage3DProxy.scissorRect) _constants[0] = _thickness / Math.min(stage3DProxy.scissorRect.width, stage3DProxy.scissorRect.height); else _constants[0] = _thickness/Math.min(stage3DProxy.width, stage3DProxy.height);
added
Line 142 SgementPass maybe change to
if (stage3DProxy.scissorRect) _constants[0] = _thickness / Math.min(stage3DProxy.scissorRect.width, stage3DProxy.scissorRect.height); else _constants[0] = _thickness/Math.min(stage3DProxy.width, stage3DProxy.height);