Sfoglia il codice sorgente

no calcAbsPos() after dropShadow

ncannasse 8 anni fa
parent
commit
e31f4710e1
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      h2d/HtmlText.hx

+ 0 - 1
h2d/HtmlText.hx

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