Commit e237b212 authored by limingzhe's avatar limingzhe

fix: debug

parent 9a2230e1
......@@ -1384,7 +1384,7 @@ cc.Class({
const maxW = this.canvas.width * 0.97 * 0.95 ;
if (totalW > maxW) {
this.letterLayer.scale = maxW / totalW;
totalW = maxW;
// totalW = maxW;
} else {
this.letterLayer.scale = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment