diff --git a/src/text/Text.js b/src/text/Text.js index 267f738..3f48d65 100644 --- a/src/text/Text.js +++ b/src/text/Text.js @@ -368,7 +368,7 @@ { if (this.dirty) { - this.resolution = renderer.resolution; + //this.resolution = 1//renderer.resolution; this.updateText(); } @@ -385,7 +385,7 @@ { if (this.dirty) { - this.resolution = renderer.resolution; + // this.resolution = 1//renderer.resolution; this.updateText(); }