浏览代码

no calcAbsPos() after dropShadow

ncannasse 8 年之前
父节点
当前提交
e31f4710e1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      h2d/HtmlText.hx

+ 0 - 1
h2d/HtmlText.hx

@@ -26,7 +26,6 @@ class HtmlText extends Text {
 			removeShader(dropMatrix);
 			absX = oldX;
 			absY = oldY;
-			calcAbsPos();
 		} else
 			dropMatrix = null;
 		glyphs.drawWith(ctx,this);